@if ($type != 'textarea') merge(['class' => 'form-group']) }} {{ $isRequired ? 'required' : '' }}> @else @endif @if ($hintText) {{ $hintText }} @endif {{-- Dengan Bantuan Error Bag dari Laravel --}} @error($name) {{ $message }} @enderror