@include('facturaElectronica.presupuestos.pdf.pdf-head')
@include('facturaElectronica.presupuestos.pdf.pdf-header')
@php $body_view = 'facturaElectronica.presupuestos.pdf.pdf-body-' . str_replace('_', '-', $tipo_reporte); @endphp @include($body_view)
@include('facturaElectronica.presupuestos.pdf.pdf-footer')