styling transaction and transfer templates
This commit is contained in:
parent
8f483ebb6b
commit
7886355a50
@ -72,7 +72,7 @@
|
|||||||
@if (! $hideNumber)
|
@if (! $hideNumber)
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans_choice($textNumber, 1) }}:
|
{{ trans_choice($textNumber, 1) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
@ -86,7 +86,7 @@
|
|||||||
@if (! $hidePaidAt)
|
@if (! $hidePaidAt)
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans($textPaidAt) }}:
|
{{ trans($textPaidAt) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
@ -100,7 +100,7 @@
|
|||||||
@if (! $hideAccount)
|
@if (! $hideAccount)
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans_choice($textAccount, 1) }}:
|
{{ trans_choice($textAccount, 1) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
@ -114,7 +114,7 @@
|
|||||||
@if (! $hideCategory)
|
@if (! $hideCategory)
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans_choice($textCategory, 1) }}:
|
{{ trans_choice($textCategory, 1) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
@ -128,7 +128,7 @@
|
|||||||
@if (! $hidePaymentMethods)
|
@if (! $hidePaymentMethods)
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans_choice($textPaymentMethods, 1) }}:
|
{{ trans_choice($textPaymentMethods, 1) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
@ -142,7 +142,7 @@
|
|||||||
@if (! $hideReference)
|
@if (! $hideReference)
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans($textReference) }}:
|
{{ trans($textReference) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
@ -156,7 +156,7 @@
|
|||||||
@if (! $hideDescription)
|
@if (! $hideDescription)
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans($textDescription) }}:
|
{{ trans($textDescription) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
@ -369,7 +369,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" style="width: 80%; padding:0; font-size: 14px; font-weight:600; color:#ffffff;">
|
<td valign="center" style="width: 80%; padding:0; font-size: 14px; font-weight:600; color:#ffffff;">
|
||||||
{{ trans($textAmount) }}:
|
{{ trans($textAmount) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="center" style="width: 20%; padding:0; font-size: 14px; color:#ffffff;">
|
<td valign="center" style="width: 20%; padding:0; font-size: 14px; color:#ffffff;">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div class="print-template">
|
<div class="print-template">
|
||||||
<table class="border-bottom-1" style="width: 100%;">
|
<table class="border-bottom-1">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 60%; padding: 0 0 15px 0;">
|
<td style="width: 60%; padding: 0 0 15px 0;">
|
||||||
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.account_name') }}:
|
{{ trans('accounts.account_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->expense_account->name }}
|
{{ $transfer->expense_account->name }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -21,57 +21,63 @@
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.number') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->expense_account->number }}
|
{{ $transfer->expense_account->number }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@if (! empty($transfer->expense_account->bank_name))
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.bank_name') }}:
|
{{ trans('accounts.bank_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->expense_account->bank_name }}
|
{{ $transfer->expense_account->bank_name }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
@if (! empty($transfer->expense_account->bank_phone))
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.phone') }}:
|
{{ trans('general.phone') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->expense_account->bank_phone }}
|
{{ $transfer->expense_account->bank_phone }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
@if (! empty($transfer->expense_account->bank_address))
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.address') }}:
|
{{ trans('general.address') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->expense_account->bank_address }}
|
{{ $transfer->expense_account->bank_address }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="border-bottom-1" style="width: 100%; margin-top:15px;">
|
<table class="border-bottom-1" style="margin-top:15px;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 60%; padding: 0 0 15px 0;">
|
<td style="width: 60%; padding: 0 0 15px 0;">
|
||||||
@ -81,11 +87,11 @@
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.account_name') }}:
|
{{ trans('accounts.account_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->income_account->name }}
|
{{ $transfer->income_account->name }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -93,57 +99,63 @@
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.number') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->income_account->number }}
|
{{ $transfer->income_account->number }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@if (! empty($transfer->income_account->bank_name))
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.bank_name') }}:
|
{{ trans('accounts.bank_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->income_account->bank_name }}
|
{{ $transfer->income_account->bank_name }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
@if (! empty($transfer->income_account->bank_phone))
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.phone') }}:
|
{{ trans('general.phone') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->income_account->bank_phone }}
|
{{ $transfer->income_account->bank_phone }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
@if (! empty($transfer->income_account->bank_address))
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.address') }}:
|
{{ trans('general.address') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->income_account->bank_address }}
|
{{ $transfer->income_account->bank_address }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table style="width: 100%; margin-top:15px;">
|
<table style="margin-top:15px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding:0 0 15px 0;">
|
<td style="padding:0 0 15px 0;">
|
||||||
<h2 class="text-left text-uppercase" style="font-size: 14px; font-weight:600;">
|
<h2 class="text-left text-uppercase" style="font-size: 14px; font-weight:600;">
|
||||||
@ -153,23 +165,23 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table>
|
<table class="border-bottom-1" style="padding-bottom:15px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 0 4px 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.date') }}:
|
{{ trans('general.date') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
<x-date date="{{ $transfer->expense_transaction->paid_at}}" />
|
<x-date date="{{ $transfer->expense_transaction->paid_at}}" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 0 4px 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans_choice('general.payment_methods', 1) }}:
|
{{ trans_choice('general.payment_methods', 1) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
@if (! empty($payment_methods[$transfer->expense_transaction->payment_method]))
|
@if (! empty($payment_methods[$transfer->expense_transaction->payment_method]))
|
||||||
{!! $payment_methods[$transfer->expense_transaction->payment_method] !!}
|
{!! $payment_methods[$transfer->expense_transaction->payment_method] !!}
|
||||||
@else
|
@else
|
||||||
@ -179,33 +191,37 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 0 4px 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.reference') }}:
|
{{ trans('general.reference') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->expense_transaction->reference }}
|
{{ $transfer->expense_transaction->reference }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 0 4px 8px 0; font-size: 12px; font-weight:600;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 4px 0 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.description') }}
|
{{ trans('general.description') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td valign="top" valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
|
||||||
{{ $transfer->expense_transaction->description }}
|
{{ $transfer->expense_transaction->description }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table style="text-align: right;">
|
<table style="text-align: right; margin-top:55px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" style="width:80%; display:block; float:right; background-color: #55588B; -webkit-print-color-adjust: exact; color:#ffffff; border-radius: 5px;">
|
<td valign="center" style="width:80%; display:block; float:right; background-color: #55588B; -webkit-print-color-adjust: exact; color:#ffffff; border-radius: 5px;">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" style="width: 80%; padding:0; font-size: 14px; font-weight:600; color:#ffffff;">
|
<td valign="center" style="width: 80%; padding:0; font-size: 14px; font-weight:600; color:#ffffff;">
|
||||||
{{ trans('general.amount') }}:
|
{{ trans('general.amount') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="center" style="width: 20%; padding:0; font-size: 14px; color:#ffffff;">
|
<td valign="center" style="width: 20%; padding:0; font-size: 14px; color:#ffffff;">
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; font-weight:600; border-bottom:1px solid #adadad;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; font-weight:600; border-bottom:1px solid #adadad;">
|
||||||
{{ trans('general.date') }}:
|
{{ trans('general.date') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; border-bottom:1px solid #adadad;">
|
<td valign="top" style="width:70%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; border-bottom:1px solid #adadad;">
|
||||||
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; font-weight:600; border-bottom:1px solid #adadad;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; font-weight:600; border-bottom:1px solid #adadad;">
|
||||||
{{ trans_choice('general.payment_methods', 1) }}:
|
{{ trans_choice('general.payment_methods', 1) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; border-bottom:1px solid #adadad;">
|
<td valign="top" style="width:70%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; border-bottom:1px solid #adadad;">
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; font-weight:600; border-bottom:1px solid #adadad;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; font-weight:600; border-bottom:1px solid #adadad;">
|
||||||
{{ trans('general.reference') }}:
|
{{ trans('general.reference') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; border-bottom:1px solid #adadad;">
|
<td valign="top" style="width:70%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; border-bottom:1px solid #adadad;">
|
||||||
@ -66,7 +66,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.account_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.number') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -90,7 +90,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.bank_name') }}:
|
{{ trans('accounts.bank_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -102,7 +102,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.phone') }}:
|
{{ trans('general.phone') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -114,7 +114,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.address') }}:
|
{{ trans('general.address') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -138,7 +138,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.number') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -150,7 +150,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.number') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -162,7 +162,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.bank_name') }}:
|
{{ trans('accounts.bank_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -174,7 +174,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.phone') }}:
|
{{ trans('general.phone') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -186,7 +186,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.address') }}:
|
{{ trans('general.address') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -205,7 +205,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" style="width: 80%; padding:0; font-size: 14px; font-weight:600;">
|
<td valign="center" style="width: 80%; padding:0; font-size: 14px; font-weight:600;">
|
||||||
{{ trans('general.amount') }}:
|
{{ trans('general.amount') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="center" style="width: 20%; padding:0; font-size: 14px;">
|
<td valign="center" style="width: 20%; padding:0; font-size: 14px;">
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.account_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -26,7 +26,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.number') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.bank_name') }}:
|
{{ trans('accounts.bank_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -50,7 +50,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.phone') }}:
|
{{ trans('general.phone') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -62,7 +62,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.address') }}:
|
{{ trans('general.address') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -88,7 +88,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.number') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -100,7 +100,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.number') }}:
|
{{ trans('accounts.number') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -112,7 +112,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('accounts.bank_name') }}:
|
{{ trans('accounts.bank_name') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -124,7 +124,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.phone') }}:
|
{{ trans('general.phone') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -136,7 +136,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
<td style="width:30%; margin: 0px; padding: 0 0 8px 0; font-size: 12px; font-weight:600;">
|
||||||
{{ trans('general.address') }}:
|
{{ trans('general.address') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
<td style="width:70%; margin: 0px; padding: 0 0 8px 0; font-size: 12px;">
|
||||||
@ -166,7 +166,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 0; font-size: 12px; font-weight:600; line-height: 24px;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 0; font-size: 12px; font-weight:600; line-height: 24px;">
|
||||||
{{ trans('general.date') }}:
|
{{ trans('general.date') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 0; font-size: 12px; border-bottom:1px solid; line-height: 24px;">
|
<td valign="top" style="width:70%; margin: 0px; padding: 0; font-size: 12px; border-bottom:1px solid; line-height: 24px;">
|
||||||
@ -176,7 +176,7 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 0; font-size: 12px; font-weight:600; line-height: 24px;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 0; font-size: 12px; font-weight:600; line-height: 24px;">
|
||||||
{{ trans_choice('general.payment_methods', 1) }}:
|
{{ trans_choice('general.payment_methods', 1) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 0; font-size: 12px; border-bottom:1px solid; line-height: 24px;">
|
<td valign="top" style="width:70%; margin: 0px; padding: 0; font-size: 12px; border-bottom:1px solid; line-height: 24px;">
|
||||||
@ -190,7 +190,7 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="width: 30%; margin: 0px; padding: 0; font-size: 12px; font-weight:600; line-height: 24px;">
|
<td valign="top" style="width: 30%; margin: 0px; padding: 0; font-size: 12px; font-weight:600; line-height: 24px;">
|
||||||
{{ trans('general.reference') }}:
|
{{ trans('general.reference') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top" style="width:70%; margin: 0px; padding: 0; font-size: 12px; border-bottom:1px solid; line-height: 24px;">
|
<td valign="top" style="width:70%; margin: 0px; padding: 0; font-size: 12px; border-bottom:1px solid; line-height: 24px;">
|
||||||
@ -215,7 +215,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" style="width: 80%; padding:0; font-size: 14px; font-weight:600;">
|
<td valign="center" style="width: 80%; padding:0; font-size: 14px; font-weight:600;">
|
||||||
{{ trans('general.amount') }}:
|
{{ trans('general.amount') }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="center" style="width: 20%; padding:0; font-size: 14px;">
|
<td valign="center" style="width: 20%; padding:0; font-size: 14px;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user