![]() |
From: |
{{ Settings::setting('companyName') }} {{ nl2br(Settings::setting('companyAddress')) }} |
To: |
{{ $invoice->getCustomer->getFullAddress() }} CIF: {{ $invoice->getCustomer->cifnif }} |
![]() |
Date: | {{ CommonFunctions::formatDate($invoice->createdOn) }} | By: | {{ User::find($invoice->createdBy)->initials }} |
@foreach($invoice->getEntries as $invoiceDetail)