@props([ 'title' => '', 'subtitle' => '', 'submitText' => 'Save', 'cancelUrl' => null, 'method' => 'POST', 'action' => '', 'enctype' => null ])
@if($title || $subtitle)
@if($title)
{{ $title }}
@endif @if($subtitle)

{{ $subtitle }}

@endif
@endif
@if($method !== 'GET' && $method !== 'POST') @method($method) @endif @if($method !== 'GET') @csrf @endif
{{ $slot }}