{{-- 基本的なモーダルコンポーネント @props id モーダルID @props title モーダルのタイトル @props maxWidth 最大幅 (sm|md|lg|xl|2xl) --}} @props(['id', 'title' => '', 'maxWidth' => 'lg']) @if($title)

{{$title}}

@endif
@if(isset($content)) {{$content}} @else {{$slot}} @endif