@extends('layouts.master') @section('content')

{{ $title ?? 'Laporan' }}

@if(!empty($subtitle))

{{ $subtitle }}

@endif
Filter
@yield('filters')
{{ $title ?? 'Laporan' }}
@yield('report-table')
@endsection