|
@if(!$data['start'] and !$data['end'])
{{ __('account.From The Beginning') }}
@else
{{ dateFormat($data['start']) }} - {{ dateFormat($data['end']) }}
@endif
|
{{ __('account.Main Income Account') }}
|
{{ amountFormat($data['income']) }}
|
{{ amountFormat($data['expense']) }}
|
{{ amountFormat($data['income'] - $data['expense']) }}
|
|
@if(!$data['start'] and !$data['end'])
{{ __('account.From The Beginning') }}
@else
{{ dateFormat($data['start']) }} - {{ dateFormat($data['end']) }}
@endif
|
{{ __('account.GST / TAX / VAT') }}
|
{{ amountFormat($data['gst_income']) }}
|
{{ amountFormat($data['gst_expense']) }}
|
{{ amountFormat($data['gst_income'] - $data['gst_expense']) }}
|
|
@if(!$data['start'] and !$data['end'])
{{ __('account.From The Beginning') }}
@else
{{ dateFormat($data['start']) }} - {{ dateFormat($data['end']) }}
@endif
|
{{ __('account.Total Product Wise Tax') }}
|
{{ amountFormat($data['product_tax_income']) }}
|
{{ amountFormat($data['product_tax_expense']) }}
|
{{ amountFormat($data['product_tax_income'] - $data['product_tax_expense']) }}
|