|
INVOICE
Invoice Id: #{{ $invoice->invoice_id }}
|
|
|
From : {{ html_entity_decode($setting['app_name']) }} Address: {{ $setting['company_address'] }} Mo: {{ $setting['company_phone'] }} |
To : Name: {{ $client->user->full_name }} Email: {{ $client->user->email }} |
|||||
|
Invoice
Date: {{\Carbon\Carbon::parse($invoice->invoice_date)->translatedFormat(currentDateFormat()) }} Due Date: {{\Carbon\Carbon::parse($invoice->due_date)->translatedFormat(currentDateFormat()) }} |
|
|||||||||||||
|
|||||||||||||
{{ __('messages.client.notes') }} : {!! nl2br(($invoice->note ?? 'N/A'))!!} |
{{ __('messages.invoice.terms') }} : {!!nl2br(($invoice->term ?? 'N/A'))!!} |