@php $vatable = $reportData[0]->sales_vats[0]->vatable[0]; @endphp @php $vat_exempt = $reportData[0]->sales_vats[0]->vat_exempt[0]; @endphp @php $zero_rated = $reportData[0]->sales_vats[0]->zero_rated[0]; @endphp @php $no_tax = $reportData[0]->sales_vats[0]->no_tax[0]; @endphp @php $total = $reportData[0]->sales_vats[0]->total[0]; @endphp
VAT Report
{{ $company }}
From {{ \Carbon\Carbon::parse($date)->startOfMonth()->format('j M Y') }} to {{ $date }}
Sales/Receipts Invoice Receipts Total VAT
VATable {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vatable->invoice) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vatable->statement) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vatable->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vatable->tax_amount) }}
VAT Exempt {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vat_exempt->invoice) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vat_exempt->statement) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vat_exempt->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vat_exempt->tax_amount) }}
Zero Rated {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($zero_rated->invoice) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($zero_rated->statement) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($zero_rated->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($zero_rated->tax_amount) }}
No Tax {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($no_tax->invoice) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($no_tax->statement) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($no_tax->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($no_tax->tax_amount) }}
Total {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($total->invoice) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($total->statement) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($total->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($total->tax_amount) }}
@php $vatable = $reportData[0]->purchases_vats[0]->vatable[0]; @endphp @php $vat_exempt = $reportData[0]->purchases_vats[0]->vat_exempt[0]; @endphp @php $zero_rated = $reportData[0]->purchases_vats[0]->zero_rated[0]; @endphp @php $no_tax = $reportData[0]->purchases_vats[0]->no_tax[0]; @endphp @php $total = $reportData[0]->purchases_vats[0]->total[0]; @endphp
Purchases Total Bills VAT
VATable {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vatable->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vatable->tax_amount) }}
VAT Exempt {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vat_exempt->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($vat_exempt->tax_amount) }}
Zero Rated {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($zero_rated->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($zero_rated->tax_amount) }}
No Tax {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($no_tax->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($no_tax->tax_amount) }}
Total {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($total->sub_total) }} {{ App\Http\Classes\Formatting\CustomNumFormat::decimal($total->tax_amount) }}