@extends(config('admin_theme.layout', 'admin.layout.master')) @section('title') @Lang('admin.tax_return') @stop @section('page-breadcrumb') @include(config('admin_theme.view_prefix', 'admin').'.layout.breadcrumb_view') @stop @section('page-actions') @include('admin.report_vat.parts.buttons') @stop @section('page-content')
| @Lang('admin.start_date'):{{ $start_date }} - @Lang('admin.end_date') :{{ $end_date }} | ||||
|---|---|---|---|---|
| Tax Description | Tax Code | Amount (SAR) | Adjustments (SAR) | VAT Amount (SAR) |
| {{ $item->name }} | {{ $item->tax->name }} | {{ $total_s }} | {{ $total_n }} | {{ $final_sale_row }} |
| Total Sales | - | {{ $total_s11 }} | {{ $total_n1 }} | {{ $total_sale_amount }} |
| {{ $item->name }} | {{ $item->tax->name }} | {{ $total_p }} | {{ $total_p12 }} | |
| Total Purchases | - | {{ $total_p1 }} | - | {{ $final_p_row }} |
| Total VAT due for current period | {{ $netVat }} | |||
| Corrections from previous period (between SAR +/- 15,000) | ||||
| VAT credit carried forward from previous period | ||||
| Net VAT due (or reclaimed) | {{ $netVat }} | |||