@if ($errors->has('username'))
{!! $errors->first('username') !!}
@endif
@foreach ($leaveTypes as $htype)
@endforeach
@if ($errors->has('leave_type'))
{!! $errors->first('leave_type') !!}
@endif
@if ($errors->has('half_day_type'))
{!! $errors->first('half_day_type') !!}
@endif
@if ($errors->has('leave_end_date'))
{!! $errors->first('leave_end_date') !!}
@endif
@if ($errors->has('reason'))
{!! $errors->first('reason') !!}
@endif
@if ($relieveallow->value ?? 0 == 1)
@if ($errors->has('relieve'))
{!! $errors->first('relieve') !!}
@endif
@endif