@props(['title', 'subtitle' => null, 'back' => null])
{{-- Header halaman --}}

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif
@isset($actions)
{{ $actions }}
@endisset
{{-- Isi (form) --}}
{{ $slot }}
{{-- Footer aksi form --}} @isset($footer)
{{ $footer }}
@endisset