@props(['title', 'icon', 'color', 'route', 'method', 'fields', 'button'])
{{ $title }}
@csrf @method($method) @foreach ($fields as $field)
@error($field['name']) {{ $message }} @enderror
@endforeach