@php
$path_style = app_path(
'CoreFacturalo' .
DIRECTORY_SEPARATOR .
'Templates' .
DIRECTORY_SEPARATOR .
'pdf' .
DIRECTORY_SEPARATOR .
'style.css',
);
// $company = "storage/uploads/logos/{$company->footer_logo}";
@endphp
@php
$company = \App\Models\Tenant\Company::first();
$isCot = false;
if (is_object($document)) {
if (get_class($document) == 'App\Models\Tenant\Quotation') {
$isCot = true;
}
}
@endphp
@if ($company->footer_logo && $isCot)
@php
$footer_logo = "storage/uploads/logos/{$company->footer_logo}";
@endphp
NUESTROS ALIADOS COMERCIALES
|
|
@endif