@extends(config('admin_theme.layout', 'admin.modern.layout.master')) @section('title') {{ $current_route->{'name_' . trans('admin.lang')} }} @stop @section('page-breadcrumb') @include(config('admin_theme.view_prefix', 'admin.modern').'.layout.breadcrumb_view') @stop @section('page-content')

{{ $current_route->{'name_' . trans('admin.lang')} }}

@include(config('admin_theme.view_prefix', 'admin.modern').'.report_vat.parts.buttons')
{{ csrf_field() }}
@if($results)
@if ($start_date || $end_date) @endif
@Lang('admin.start_date'):{{ $start_date }} - @Lang('admin.end_date') :{{ $end_date }}
@Lang('admin.tax_type') @Lang('admin.tax_debtor') @Lang('admin.tax_creditor') @Lang('admin.rased') @Lang('admin.total-without-tax') @Lang('admin.total-with-tax') @Lang('admin.invoice_date') @Lang('admin.created_by')
@Lang('admin.total') {{ number_format($total_debtor,$system_settings->system_digit) }} {{ number_format($total_credit,$system_settings->system_digit) }} {{ number_format($total_rased,$system_settings->system_digit) }} {{ number_format($total_all_tax,$system_settings->system_digit) }} {{ number_format($total_all_wtax,$system_settings->system_digit) }}
@endif
@stop @section('js')