|
|
@ -61,7 +61,7 @@ |
|
|
<td style="width:270px; text-align: center;"> |
|
|
<td style="width:270px; text-align: center;"> |
|
|
<h3 style="margin: 3px 0; font-size: 24px">{{ __('invoice.invoice') }}</h3> |
|
|
<h3 style="margin: 3px 0; font-size: 24px">{{ __('invoice.invoice') }}</h3> |
|
|
<div style="margin: 5px">{{ __('invoice.number') }} : INV-{{ $invoice->number }}</div> |
|
|
<div style="margin: 5px">{{ __('invoice.number') }} : INV-{{ $invoice->number }}</div> |
|
|
<div>{{ __('app.date') }} : {{ dateId($invoice->date) }}</div> |
|
|
|
|
|
|
|
|
<div>{{ __('app.date') }} : {{ date_id($invoice->date) }}</div> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
@ -87,7 +87,7 @@ |
|
|
<td class="text-center text-top"> |
|
|
<td class="text-center text-top"> |
|
|
@if ($invoice->due_date) |
|
|
@if ($invoice->due_date) |
|
|
<h4 style="margin: 30px 3px 0;">{{ __('invoice.due_date') }}</h4> |
|
|
<h4 style="margin: 30px 3px 0;">{{ __('invoice.due_date') }}</h4> |
|
|
<p>{{ dateId($invoice->due_date) }}</p> |
|
|
|
|
|
|
|
|
<p>{{ date_id($invoice->due_date) }}</p> |
|
|
@endif |
|
|
@endif |
|
|
@if ($taxId = Option::get('agency_tax_id')) |
|
|
@if ($taxId = Option::get('agency_tax_id')) |
|
|
<h4 style="margin: 30px 3px 0;">{{ __('agency.tax_id') }}</h4> |
|
|
<h4 style="margin: 30px 3px 0;">{{ __('agency.tax_id') }}</h4> |
|
|
@ -176,7 +176,7 @@ |
|
|
<tr> |
|
|
<tr> |
|
|
<td colspan="3" class="text-center"> |
|
|
<td colspan="3" class="text-center"> |
|
|
{{ Option::get('agency_city') ? Option::get('agency_city').', ' : '' }} |
|
|
{{ Option::get('agency_city') ? Option::get('agency_city').', ' : '' }} |
|
|
{{ dateId($invoice->date) }} <br><br><br><br> |
|
|
|
|
|
|
|
|
{{ date_id($invoice->date) }} <br><br><br><br> |
|
|
<div style="font-weight: bold;">{{ Option::get('agency_name') }}</div> |
|
|
<div style="font-weight: bold;">{{ Option::get('agency_name') }}</div> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|