@extends("admin.template.layout") @section('header') @stop @section('content')
{{-- --}} @if (!empty($list)) @foreach ($list as $item) {{-- --}} @endforeach @else @endif
# Order ID Invoice ID Vendor Admin Commission Vendor Earning Total Payment ModeStatusOrder Date
{{ $i }} {{ $item->order_id }} {{ $item->invoice_id }} {{ $item->vendor_name }} {{ $item->ad_comm }} {{ $item->vd_comm }} {{ $item->subtot }} @if($item->payment_mode==1) {{'COD'}} @else {{'CARD'}} @endif{{ order_status$item->status }}{{ get_date_in_timezone($item->created_at, 'd-M-y H:i A') }}

No Orders found

{!! $list->links('admin.template.pagination') !!}
@stop @section('script') @stop