@props([ 'title' => 'LAPORAN DATA ADMINISTRASI DESA', 'subtitle' => null, 'orientation' => 'portrait', 'periode' => 'Seluruh Data Terdaftar', 'totalData' => null, 'printedBy' => null, ]) @extends('layouts.report', [ 'title' => $title, 'subtitle' => $subtitle, 'orientation' => $orientation, 'periode' => $periode, 'printedBy' => $printedBy, ]) @section('title', $title) @if(isset($summary)) @section('report_summary') {{ $summary }} @endsection @endif @section('content') {{ $slot }} @endsection