@php
$path_style = app_path('CoreFacturalo'.DIRECTORY_SEPARATOR.'Templates'.DIRECTORY_SEPARATOR.'pdf'.DIRECTORY_SEPARATOR.'style.css');
@endphp
{{ $company->name }} |
{{ 'RUC '.$company->number }} |
{{ ($establishment->address !== '-')? $establishment->address : '' }}
{{ ($establishment->district_id !== '-')? ', '.$establishment->district->description : '' }}
{{ ($establishment->province_id !== '-')? ', '.$establishment->province->description : '' }}
{{ ($establishment->department_id !== '-')? '- '.$establishment->department->description : '' }}
|
{{ ($establishment->email !== '-')? $establishment->email : '' }} |
Comprobante de pedido |
{{ str_pad($records->id, 6, "0", STR_PAD_LEFT) }} |