@extends('layouts.master') @section('title') Takeaway Report @endsection @section('css') @endsection @section('content')
| S.No | Date | Tenant ID | Tenant | Branch | Total Orders | Delivered | Cancelled |
|---|---|---|---|---|---|---|---|
| {{ $takeawayData->firstItem() + $index }} | {{ \Carbon\Carbon::parse($data->report_date)->format('d-m-Y') }} | {{ $data->tenant_id }} | {{ $data->tenant_name }} | {{ $data->branch_name }} | {{ $data->orders }} | {{ $data->delivered }} | {{ $data->cancelled }} |
| No takeaway records found | |||||||