Total Orders
{{ $orders_count }}
Total Food Items
{{ $food_items_count }}
Total Table Booking
{{ $table_booking_count }}
Total Party Booking
{{ $party_booking_count }}
Total Package Menu
{{ $package_menu_count }}
Total Menus
{{ $food_menu_count }}
Total Customers
{{ $customer_count }}
Total Users
{{ $admin_count }}
Current Year Orders and Bookings Overview
{{ $orders_count }}
Overall Orders{{ $table_booking_count }}
Overall Table Bookings{{ $party_booking_count }}
Overall Party BookingsTranding Products
-
@foreach ($tranding_products as $key)
- {{ \Illuminate\Support\Str::limit($key->food_item_name, 70, $end='...') }} {{ $key->count }} @endforeach
Orders Summary
- Delivered {{ $order_summary_data[0] }}
- Pending {{ $order_summary_data[1] }}
- Processing {{ $order_summary_data[2] }}
- Picked {{ $order_summary_data[3] }}
- Cancelled {{ $order_summary_data[4] }}
Tranding Customer
-
@foreach ($tranding_customer as $key)
- {{ \Illuminate\Support\Str::limit($key->customer?$key->customer->name:"", 70, $end='...') }} {{ $key->count }} @endforeach