@extends('layouts.main') @section('page-title') {{__('Dashboard')}} @endsection @section('page-breadcrumb') {{ __('POS')}} @endsection @section('content')
@if (count($lowstockproducts) > 0)
@foreach ($lowstockproducts as $product) @endforeach
@endif
@if ( $productscount == 0 || $customers == 0 || $vendors == 0)