{{ View::make('layout.header') }}

Apply Leave

@if (\Session::has('statusMsg'))
× Success! {{ Session::get('statusMsg') }}
@endif
@csrf
@if ($errors->has('username')) {!! $errors->first('username') !!} @endif
@foreach ($leaveTypes as $htype) @endforeach @if ($errors->has('leave_type')) {!! $errors->first('leave_type') !!} @endif
@if (Helper::settingInfo('hourlyLeave', $company_id) ?? 0 == 1)
@endif @if ($halfdayallow->value ?? 0 == 1)
@endif
@if ($errors->has('hof')) {!! $errors->first('hof') !!} @endif
@if ($errors->has('leave_start_date')) {!! $errors->first('leave_start_date') !!} @endif
@if ($errors->has('leave_end_date')) {!! $errors->first('leave_end_date') !!} @endif
@if ($errors->has('reason')) {!! $errors->first('reason') !!} @endif
@if ($errors->has('status')) {!! $errors->first('status') !!} @endif
@if ($relieveallow->value ?? 0 == 1)
@if ($errors->has('relieve')) {!! $errors->first('relieve') !!} @endif
@endif

Leave

{{ View::make('layout.footer') }}