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' || $rc->status == 'open'){{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 --}}