Total Items
{{ $total_items }}
Total Orders
{{$total_orders}}
Total POs
{{$total_pos}}
Total WOs
{{number_format($total_wos)}}
Recent Orders
OrderNumber | Location | Status | OrderTotal | |||
---|---|---|---|---|---|---|
{{$rc->OrderNumber}} | {{ $rc->location }} | @if($rc->status == 'Open'){{ucfirst($rc->status)}} | @elseif($rc->status == 'Completed' ){{ucfirst($rc->status)}} | @elseif($rc->status == 'Partially Paid' ){{ucfirst($rc->status)}} | @elseif($rc->status == 'Invoiced' ){{ucfirst($rc->status)}} | @endif{{ number_format($rc->grand_total) }} |
Latest Products (WOs)
-
@foreach($latest_products as $lp)
-
Monthly Order Graph
Product / Orders Ratio
-
{{-- @foreach($stores as $st) --}}
- {{-- @endforeach --}}