@extends("admin.template.layout") @section('header') @stop @section('content')
Clear
{{-- Clear --}}
@if (!empty($list)) @foreach ($list as $item) @endforeach @else @endif
SL Order No Vendor Admin Share Vendor Share Subtotal Discount VAT Total Payment Mode Booking Date
{{ $i }} {{ $item->vendordata ? $item->vendordata->company_name : '' }} {{ $item->admin_commission_per ?? 0 }} {{ $item->vendor_commission_per ?? 0 }} {{ $item->total }} {{ $item->discount }} {{ $item->vat }} {{ $item->grand_total }} {{payment_mode($item->payment_mode)}} {{ 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