CODIGO | UNIDADES | CONCEPTO | P.UNITARIO ({{$invoice->currency->currency_code}}) | P.TOTAL ({{$invoice->currency->currency_code}}) |
---|---|---|---|---|
{{ $invoice->label_invoice_title }} | ||||
@foreach(json_decode($invoice->customized_header, true) as $item)
@if($item['nombre'] != "")
{{ $item['nombre'] }}:
@else
@endif @endforeach Factura: Fecha Factura: Fecha Vencimiento: Importe: |
@foreach(json_decode($invoice->customized_header, true) as $item)
@if($item['valor'] != "")
{{ $item['valor'] }}
@else
@endif @endforeach {{ $invoice->invoice_number }} {{ str_replace("-", "/", $invoice->issue_date->format($company->date_format)) }} {{ str_replace("-", "/", $invoice->due_date->format($company->date_format)) }} {{ number_format($invoice->total, 2, ',', '.') }} |
{{ $clientproj->name }}
@if($clientproj->address != null)
{{ $clientproj->address }}
@endif
@if($clientproj->postal_code != null || $clientproj->city != null)
{{ $clientproj->postal_code . "-" . $clientproj->city }}
@endif
@if($clientproj->mobile != null || $clientproj->office_phone != null)
Mobile: {{ $clientproj->mobile }} - Office phone: {{ $clientproj->office_phone }}
@endif
CIF.: {{ $clientproj->cif }} |
---|
CODIGO | UNIDADES | CONCEPTO | P.UNITARIO ({{$invoice->currency->currency_code}}) | P.TOTAL ({{$invoice->currency->currency_code}}) |
---|---|---|---|---|
{{ $invoice->label_invoice_title }} | ||||