@props([
'key' => 'drawer',
'showClose' => true,
'closeOnEscape' => true,
'title' => null,
'subtitle' => null
])
{{-- overlay --}}
{{-- content --}}
merge(['class' => 'w-full min-h-screen rounded-none px-8 overflow-y-scroll']) }}
>
@if($title)
{!! strip_tags($title) !!}
@endif
@if($subtitle)
{!! strip_tags($subtitle) !!}
@endif
@if ($showClose)
@endif
{{ $slot }}