@extends('admin.layout.master') @section('title') {{ $current_route->{'name_' . trans('admin.lang')} }} @stop @section('page-breadcrumb') @include('admin.layout.breadcrumb_view') @stop @section('page-actions') @include('admin.report_vat.parts.buttons') @stop @section('page-content')

@Lang('admin.report_vat')


{{ 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('css') @stop @section('js')