@props([ 'size' => 'md', // sm, md, lg, xl, full 'isEdit' => null, 'isFileUpload' => null, ])
{{-- modal overlay --}}
{{-- modal opacity --}}
@php $sizeClass = match($size) { 'sm' => 'w-sm max-w-sm', 'md' => 'w-sm md:w-lg max-w-lg', 'lg' => 'w-md md:w-2xl max-w-2xl', 'xl' => 'w-lg md:w-4xl max-w-4xl', 'full' => 'w-[95vw] h-[90vh]', default => 'w-sm md:w-lg max-w-lg', }; @endphp {{-- modal panel --}}
{{-- modal header --}}

{{ $this->subject ?? null }} information

View your {{ $this->subject ?? null }} content below.

{{$slot}}