@include('pdf.partials.header')
{{ $template->judul_laporan }}
@if($template->subjudul)
{{ $template->subjudul }}
@endif
@yield('content') @include('pdf.partials.footer')