@props([ 'key' => '', 'cols' => [], 'title' => '', 'required' => false, 'buttonText' => '', 'allModel' => '', 'icon' => null, 'width' => 'sm', 'direction' => \App\Enums\EDirection::DOWN, 'disabled' => false, ]) @php $icon = $icon ?? 'fa-solid fa-circle-check'; @endphp
merge(["class" => "relative group"]) }} > @error("is_all_{$key}")
{{ $message }}
@enderror {{$buttonText}} @if($required) * @endif
@if (!$disabled) 変更 @endif
@if(count($cols) > 0)
{{$title}}

    @foreach($cols as $col => $name)
  • {{ $name }}
  • @endforeach
@endif