@push('style') @endpush {{ $title }}

{{$title}}

Total Product

{{$total_product}}

Total Orders

{{$total_order}}

Total Revenue

{{priceSuffix($total_revenue)}}

Pending Order List

@forelse($ongoing_order as $order) @empty @endforelse
Sl. Order Code Date Status Action
{{$loop->iteration}} {{$order->order_code}} {{$order->created_at->format('M d Y h:i A')}} {!!orderStatus($order->status)!!}
No Data Found
{{-- @endif--}}
@push('script') {{-- --}} @endpush