|
INVOICE
|
|
|
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 Id: #{{ $invoice->invoice_id }} Invoice Date: {{\Carbon\Carbon::parse($invoice->invoice_date)->translatedFormat(currentDateFormat()) }} Due Date: {{\Carbon\Carbon::parse($invoice->due_date)->translatedFormat(currentDateFormat()) }} |
|
|||||||||||||
|
|||||||||||||
|
|||||||||||||
|
Regards {{ $setting['app_name'] }} |
|||||||||||||