@php $path_style = app_path('CoreFacturalo'.DIRECTORY_SEPARATOR.'Templates'.DIRECTORY_SEPARATOR.'pdf'.DIRECTORY_SEPARATOR.'style.css'); $configurationInPdf= App\CoreFacturalo\Helpers\Template\TemplateHelper::getConfigurationInPdf(); @endphp
@if($configurationInPdf->legend_footer_sale)
{!! $configurationInPdf->legend_footer_sale !!}
@endif
Para consultar el comprobante ingresar a {!! url('/buscar') !!}
@if($document && $document->document_type) Representacion impresa de la {{ $document->document_type->description }} @endif |