{{-- @includeIf('invoices.pdf.invoice_pdf_css') --}}
![]() |
CLIENT NAME | : | {{ mb_ucwords($invoice?->client?->name) }} | ||
WATCH | : | {{strtoupper($invoice->brand->name)}} {{strtoupper($invoice->brand_model->model_name)}} | ||
PROTECTION SERVICES | : | @foreach ($invoice->items as $item)
{{strtoupper($item->item_name)}} @endforeach |
||
RECEIVED ON | : | {{ $invoice->created_at->translatedFormat(company()->date_format) }} | DELIVERY ON : | {{ $invoice->due_date->translatedFormat(company()->date_format) }} |
INVOICE NO | : | {{ $invoice->original_invoice_number }} | ||
RECEIVED BY | : | {{ $invoice->addedBy->name }} | ||
NOTE |