@if ($print)
@Lang('admin.customer_name'): {{ $customer->{'customer_name_' . __('admin.lang')} }}
@Lang('admin.vat_number'): {{ $customer->vat_number }}
@Lang('admin.suppliers_phone'): {{ $customer->phone_number }}
@Lang('admin.country'): {{ $customer->{'country_' . __('admin.lang')} }}
@Lang('admin.city'): {{ $customer->{'city_' . __('admin.lang')} }}
@if ($start != '' && $end != '') @Lang('admin.period-from-to'): {{ $start . ' ' . __('admin.to') . ' ' . $end }}
@endif
@Lang('admin.marchent-name'): {{ $merchant->{'company_name_' . __('admin.lang')} }}
@Lang('admin.vat-register-no'): {{ $merchant->vat_register }}
@Lang('admin.phone'): {{ $merchant->phone }}

@endif
@if ($print != 1)
@endif
# @Lang('admin.date') @Lang('admin.baian') @Lang('admin.account_name') @Lang('admin.madeen') @Lang('admin.daen') @Lang('admin.old-total')
1 @Lang('admin.accounts_reports-credit') {{ number_format($total_sum->total_sum_2, $system_settings->system_digit) }} {{ number_format($total_sum->total_sum_1, $system_settings->system_digit) }} {{ number_format($total_sum->total_sum_2 - $total_sum->total_sum_1, $system_settings->system_digit) }}
@Lang('admin.total') {{ number_format($total_madeen, $system_settings->system_digit) }} {{ number_format($total_daen, $system_settings->system_digit) }} {{ number_format($total_temp, $system_settings->system_digit) }}
@if ($print)
@Lang('admin.created_by'): {{ auth()->user()->name }}
@Lang('admin.created_at'): {{ date('Y-m-d h:i:s') }}
@Lang('admin.signature')            
@endif