| {!! appLogoImage(['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')) @lang('contact.phone_abb') {{ Option::get('agency_phone') }} @endif |
{{ trans('invoice.invoice') }}{{ trans('invoice.number') }} : INV-{{ $invoice->number }}
{{ trans('app.date') }} : {{ dateId($invoice->date) }}
|
||||||||||
{{ trans('app.to') }} :@php $customer = $invoice->project->customer; @endphp{{ $customer->name }} @if ($customer->address){!! nl2br($customer->address) !!} @endif @if ($customer->phone){{ trans('contact.phone') }} : {{ $customer->phone }} @endif @if ($customer->website){{ $customer->website }} @endif @if ($customer->pic)UP. {{ $customer->pic }} @endif |
@if ($invoice->due_date)
{{ trans('invoice.due_date') }}{{ dateId($invoice->due_date) }} @endif |
|||||||||||
| {{ trans('invoice.items') }} : | ||||||||||||
|
||||||||||||
| {{ trans('payment.words_amount') }} : | {{ ucwords(Terbilang::make($invoice->amount)) }} Rupiah | |||||||||||
|
Catatan : {!! nl2br($invoice->notes) !!} |
||||||||||||
|
@empty ($bankAccounts)
@else
Pembayaran dapat dilakukan melalui transfer ke rekening berikut: @foreach ($bankAccounts as $key => $bankAccount) @php $bankAccount = (object) $bankAccount; @endphp
@endif @endforeach @endempty Terima kasih atas kerjasamanya. |
||||||||||||
|
{{ Option::get('agency_city') ? Option::get('agency_city').', ' : '' }}
{{ dateId($invoice->date) }} {{ Option::get('agency_name') }}
|
||||||||||||