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