@extends('layouts.app') @section('title', __('zatca::lang.zatca_tax_report')) @section('content') @include('zatca::layouts.nav')

@lang('zatca::lang.zatca_tax_report')

@lang('report.reports')

@component('components.filters', ['title' => __('report.filters')]) @include('zatca::zatca_reports.partials.tax_report_filters') @endcomponent

@lang('zatca::lang.total_tax_collected')

{{ $total_tax_collected }}

@lang('zatca::lang.sent_invoices')

{{ $sentCount }}

@lang('messages.date') @lang('sale.invoice_no') @lang('lang_v1.type') @lang('sale.location') @lang('sale.customer_name') @lang('zatca::lang.tax_name') @lang('tax_rate.rate') @lang('zatca::lang.tax_amount')
@endsection @section('javascript') @endsection