{{$today}}
Parcels
{{$total_today_parcel}} / {{$total_month_parcel}}
Sales
{{number_format($total_today_booking, 2)}} / {{number_format($total_month_booking, 2)}}
Sales and Bookings - Today
Booking
Sales
Sales All Branches - Month
{{$branch['name']}}
Sales
{{ Form::select( 'branch', $all_branch, '0', [ "class" => "form-control", "id" => "branch", "onchange" => "branchChange()"] ) }}
-
@forelse($parcles as $parcel)
@include('superadmin.dashboard.parcel_item',[$parcel])
@empty
- No records found. @endforelse