@props([ 'key' => 'drawer', 'showClose' => true, 'closeOnEscape' => true, 'title' => null, 'subtitle' => null ])
merge(['class' => 'min-h-screen w-11/12 lg:w-1/3 rounded-none px-8 transition']) }} > @if($title) {!! strip_tags($title) !!} @endif @if($subtitle) {!! strip_tags($subtitle) !!} @endif @if ($showClose) @endif {{ $slot }}