S No. | Status | Owner | Restaurant | User | OrderID | Platform | Pay method | P. Fee (%) | P. Fee ($) | Total | Created Date | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$key+1}} | @if($report->status=='1')Pending | @elsePaid | @endif{{$report->owner_name ?? ''}} | {{$report->rest_name ?? ''}} | {{$report->user_name ?? ''}} | #{{$report->order_id ?? ''}} | {{$report->order_plateform ?? ''}} | {{$report->payment_method ?? ''}} | {{$report->admin_commission_percentage ?? ''}} | {{$report->admin_commission_amount ?? ''}} | {{$report->total ?? ''}} | {{date('d-M-Y',strtotime($report->created_at))}} |
Showing {{$reports->firstItem()}} to {{$reports->lastItem()}} of {{$reports->total()}} entries
{!! $reports->appends(request()->input())->links() !!}