@props([ 'id', 'value' => null, 'action', 'method', 'individualForm' => true, 'textareaClass' => 'form-control', 'required' => false, ]) @php $value = old($id) ?? $value; @endphp @if ($individualForm)
@method($method ?? null) @csrf
{{ $slot }}
@else
{{ $slot }} @endif