@extends('layouts.master') @section('css') @section('title') {{ __('report.VAT') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }}

{{ __('users.branch') }}


@if (isset($data))
- {{__('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
@endsection @section('js') @endsection