{{-- Menggunakan komponen backdrop --}} {{-- Mengatur animasi modal --}}
merge(['class' =>"flex flex-col w-full h-full md:h-auto max-h-full bg-white rounded-md shadow-xl opacity-100 dark:bg-gray-800 dark:border-gray-700"]) }}> {{-- Modal header --}}
@isset($header) {{$header}} @endisset
{{-- Modal content--}}
{{$slot}}
{{-- Modal footer --}} @if(isset($footer)) {{$footer}} @else
Batal @if(isset($action)) {{$action}} @else Simpan @endif
@endif