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 footer --}}
@if(isset($footer))
{{$footer}}
@else