@if (app()->getLocale() == 'ar') @include('assets._language_ar') @else @include('assets._language_en') @endif
| {{ __('general.item') }} | {{ __('general.quantity') }} | {{ __('general.price') }} | {{ __('general.special_tax') }} | {{ __('general.total') }} |
|---|---|---|---|---|
{{$item->name}}{{$item->description}} |
{{$item->qty}} | {{$item->amount}} {{$finance->currency}} | {{$item->tax}} % | {{$item->subtotal}} {{$finance->currency}} |
| {{ __('general.payment_mode') }} | {{ __('general.total') }} | {{ __('general.currency') }} | {{ __('general.total') }} |
|---|---|---|---|
{{$finance->payment_mode}} - {{$finance->payment_method}}{{$finance->transaction_number}} |
{{$finance->total}} | {{$finance->currency}} | {{$finance->total}} |
{{ $line1 }}
@endif @if($line2){{ $line2 }}
@endif @if($line3){{ $line3 }}
@endif{{ __('general.bank_accounts') }} : {{ $bankAccounts }}
@endif @if($supportLine){{ $supportLine }}
@endif