{{$items->store_name}}
|
${{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)
{{$items->state_rate}} |
${{number_format($items->state_rate_price,2)}} |
{{$items->county_rate}} |
${{number_format($items->county_rate_price,2)}} |
{{$items->city_rate}} |
${{number_format($items->city_rate_price,2)}} |
{{$items->district_rate}} |
${{number_format($items->district_rate_price,2)}} |
@endif
@empty
Total |
${{number_format($data->total_sales, 2)}} |
${{number_format($data->total_non_taxable_sales, 2)}} |
${{number_format($data->total_tax_exempt_sales_other, 2)}} |
${{number_format($data->total_tax_exempt_sales_resale, 2)}} |
${{number_format($data->total_tax_exempt_sales_out_of_state, 2)}} |
${{number_format($data->total_taxable_sales, 2)}} |
|
${{number_format($data->total_tax_collected, 2)}} |
@if ($data->column_type == 2)
|
${{number_format($data->total_state_rate_price,2)}} |
|
${{number_format($data->total_county_rate_price,2)}} |
|
${{number_format($data->total_city_rate_price,2)}} |
|
${{number_format($data->total_district_rate_price,2)}} |
@endif