| Sl No | Grocery Name | Contact | Owner Name | Address | Shop Type | Total Orders | Completed Orders | Cancelled Orders | Total Sales | Created At |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $grocery->sl_no }} | {{ $grocery->grocery_name }} | {{ $grocery->country_code }} {{ $grocery->mobile }} | {{ $grocery->owner_name }} | {{ $grocery->address }} | {{ $grocery->shop_type == 1 ? 'Super Market' : ($grocery->shop_type == 2 ? 'Mini Mart' : 'Organic Store') }} | {{ $grocery->total_orders }} | {{ $grocery->completed_orders }} | {{ $grocery->cancelled_orders }} | {{ $grocery->total_sales }} | {{ date('d-m-Y', strtotime($grocery->created_at)) }} |