@extends("admin.template.layout") @section('header') @stop @section('content')
Clear
{{-- Clear --}}
@if (!empty($list)) @foreach ($list as $item) @foreach ($item->order_product as $product) @endforeach @endforeach @else @endif
SL Order No Product Name Vendor Subtotal Discount VAT Total Payment Mode Booking Date
{{ $i }} {{ $item->vendordata ? $item->vendordata->company_name : '' }} {{ $product->product_name }} {{ $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