@if ($errors->has('contract_start_date'))
{{ $errors->first('contract_start_date') }}
@endif
@if ($errors->has('contract_end_date'))
{{ $errors->first('contract_end_date') }}
@endif
@if ($errors->has('basic_salary'))
{{ $errors->first('basic_salary') }}
@endif
@if ($errors->has('payslip_type'))
{{ $errors->first('payslip_type') }}
@endif
{{ _trans('message.Total late check in count.') }} @if ($errors->has('late_check_in'))
{{ $errors->first('late_check_in') }}
@endif
{{ _trans('message.Total early check out count.') }} @if ($errors->has('early_check_out'))
{{ $errors->first('early_check_out') }}
@endif
{{ _trans('message.Total extra leave in count.') }} @if ($errors->has('extra_leave'))
{{ $errors->first('extra_leave') }}
@endif
{{ _trans('message.Total monthly leave count.') }} @if ($errors->has('monthly_leave'))
{{ $errors->first('monthly_leave') }}
@endif