@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Dashboard Version 2.0

Total Items {{ $total_items }}
Total Orders {{$total_orders}}
Total POs {{$total_pos}}
Total WOs {{number_format($total_wos)}}

Recent Orders

@foreach($recent_orders as $rc) @if($rc->status == 'Open' || $rc->status == 'open') @endif @endforeach
OrderNumber Location Status OrderTotal
{{$rc->OrderNumber}} {{ $rc->location }} {{ucfirst($rc->status)}}{{ number_format($rc->grand_total) }}

Latest Products (WOs)

Product / Orders Ratio

    {{-- @foreach($stores as $st) --}}
  • {{-- @endforeach --}}
@include('layouts.footer')