@if ($type === 'textarea') @elseif ($type === 'select') @elseif ($type === 'radio')
{{ $placeholder }} @if ($required) * @endif
@foreach ($options as $optionLabel => $optionValue)
@endforeach
@elseif ($type === 'number') @else @endif @error($name) {{ $message }} @enderror