خطا
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
| - | {{__('home.Numberofinvoices')}} | {{__('home.addedValue')}} |
|---|---|---|
| {{ __('report.VATsales') }} | {{ $data['countsales'] }} | {{ round($data['totalVatSales'] ,2)}} {{__('home.SAR')}} |
| {{ __('home.returnsalestax') }} | {{ $data['returncountsales'] }} | {{ round($data['salesreturntax'] ,2)}} {{__('home.SAR')}} |
| {{ __('home.saletaxfinal') }} | - | {{ round($data['totalVatSales'] ,2)}} {{__('home.SAR')}} |
| {{ __('home.expensesVAT') }} | {{ $data['countexpanses'] }} | {{ round($data['totalvarExpenses'],2) }} {{__('home.SAR')}} |
| {{ __('report.VATparchese') }} | {{ $data['countpurchase'] }} | {{ round($data['totalVatPrachese']+$data['purachasereturntax'],2) }} {{__('home.SAR')}} |
| {{ __('home.returnpurchasetax') }} | {{ $data['returncountpurchases'] }} | {{ round($data['purachasereturntax'],2) }} {{__('home.SAR')}} |
| {{ __('home.purchasetaxfinal') }} | {{ $data['countpurchase'] }} | {{ round($data['totalVatPrachese'],2) }} {{__('home.SAR')}} |
| {{ __('home.Vatrequest') }} | - | {{ round($data['totalVatSales']-$data['totalvarExpenses']-round($data['totalVatPrachese'],2),2) }} {{__('home.SAR')}} |
@endif