{{-- Header --}} @include('pdf.layouts.header') {{-- Main Content --}}
@yield('content')
{{-- Footer --}} @include('pdf.layouts.footer')