{{-- {{$item->order_date}} |
{{$item->paid_date ?? '-'}} | --}}
{{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)}} |
@if ($data->column_type == 2)
{{$item->tax_state ?? '-'}} |
{{$item->state_rate}} |
{{$item->type == 'return' ? '-':''}}${{number_format($item->state_rate_price,2)}} |
{{$item->tax_county ?? '-'}} |
{{$item->county_rate}} |
{{$item->type == 'return' ? '-':''}}${{number_format($item->county_rate_price,2)}} |
{{$item->tax_city ?? '-'}} |
{{$item->city_rate}} |
{{$item->type == 'return' ? '-':''}}${{number_format($item->city_rate_price,2)}} |
{{$item->district_rate}} |
{{$item->type == 'return' ? '-':''}}${{number_format($item->district_rate_price,2)}} |
{{$item->zip_code ?? '-'}} |
@endif
@endforeach
|
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}} |
@if ($data->column_type == 2)
|
|
${{number_format($items->state_rate_price,2)}} |
|
|
${{number_format($items->county_rate_price,2)}} |
|
|
${{number_format($items->city_rate_price,2)}} |
|
${{number_format($items->district_rate_price,2)}} |
@endif
@empty