| {!! app_logo_image(['style' => 'width:100%']) !!} |
{{ Option::get('agency_name') }}{{ Option::get('agency_tagline') }}
@if (Option::get('agency_address'))
{{ Option::get('agency_address') }}
@endif
@if (Option::get('agency_phone')) {{ __('contact.phone_abb') }} {{ Option::get('agency_phone') }} @endif |
{{ __('invoice.invoice') }}{{ __('invoice.number') }} : INV-{{ $invoice->number }}
{{ __('app.date') }} : {{ date_id($invoice->date) }}
|
||||||||||||||||
{{ __('app.to') }} :@php $customer = $invoice->project->customer; @endphp{{ $customer->name }} @if ($customer->address){!! nl2br($customer->address) !!} @endif @if ($customer->phone){{ __('contact.phone') }} : {{ $customer->phone }} @endif @if ($customer->website){{ $customer->website }} @endif @if ($customer->pic)UP. {{ $customer->pic }} @endif |
@if ($invoice->due_date)
{{ __('invoice.due_date') }}{{ date_id($invoice->due_date) }} @endif @if ($taxId = Option::get('agency_tax_id')){{ __('agency.tax_id') }}{{ $taxId }} @endif |
|||||||||||||||||
| {{ __('invoice.items') }} : | ||||||||||||||||||
|
||||||||||||||||||
| {{ __('payment.words_amount') }} : | {{ ucwords(Terbilang::make($invoice->amount)) }} {{ Option::get('money_sign_in_word', 'Rupiah') }} | |||||||||||||||||
|
{{ __('app.notes') }} : {!! nl2br($invoice->notes) !!} |
||||||||||||||||||
|
@empty ($bankAccounts)
@else
{{ __('invoice.payment_instruction') }} @foreach ($bankAccounts as $key => $bankAccount) @php $bankAccount = (object) $bankAccount; @endphp
@endif @endforeach @endempty {{ __('invoice.thanks_text') }} |
||||||||||||||||||
|
{{ Option::get('agency_city') ? Option::get('agency_city').', ' : '' }}
{{ date_id($invoice->date) }} {{ Option::get('agency_name') }}
|
||||||||||||||||||