@if ($basis_type == 'Delivered Sales (Accrual)') @else @endif @forelse ($data->data as $key => $items) @foreach ($items->details as $key => $item) @endforeach @empty @endforelse
Delivered DateTransaction DateOrder Number Total Gross Sales Non-Taxable Sales (Labor and Fee) Tax Exempt Sales (Other) Tax Exempt Sales (Resale) Tax Exempt Sales (Out of State) Taxable Sales Tax Rate Tax Collected
{{date('m/d/Y', strtotime($item->date))}} {{$item->order_no}} {{$item->type == 'return' ? '-':''}}${{number_format($item->total_sales, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->non_taxable_sales, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->tax_exempt_sales_other, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->tax_exempt_sales_resale, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->tax_exempt_sales_out_of_state, 2)}} {{$item->type == 'return' ? '-':''}}${{number_format($item->taxable_sales, 2)}} {{$item->type == 'return' ? '-':''}}{{$item->tax_rate}} {{$item->type == 'return' ? '-':''}}${{number_format($item->tax_collected, 2)}}

Total

${{number_format($items->total_sales,2)}} ${{number_format($items->non_taxable_sales,2)}} ${{number_format($items->tax_exempt_sales_other,2)}} ${{number_format($items->tax_exempt_sales_resale,2)}} ${{number_format($items->tax_exempt_sales_out_of_state,2)}} ${{number_format($items->taxable_sales,2)}} {{$items->tax_rate}} ${{$items->tax_collected}}
No Data