@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
FRCS Details
@csrf
@isset($employee->first_name) {{$employee->first_name.' '.$employee->last_name}} @endisset
{{ $errors->first('yeartodate_normal_pay') }}
{{ $errors->first('yeartodate_dir_rem_and_bonus_overtime') }}
{{ $errors->first('yeartodate_redundancy_payments') }}
{{ $errors->first('yeartodate_lumpsum_payments') }}
{{ $errors->first('yeartodate_other_one_off_payments') }}
{{ $errors->first('yeartodate_income_tax') }}
{{ $errors->first('yeartodate_srt') }}
{{ $errors->first('yeartodate_ecal') }}
{{ $errors->first('normal_pay') }}
{{ $errors->first('director_remuneration') }}
{{ $errors->first('bonus_overtime') }}
{{ $errors->first('redundancy_payment_approval_no') }}
{{ $errors->first('redundancy_payments') }}
{{ $errors->first('lumpsum_payment_approval_no') }}
{{ $errors->first('lumpsum_payment') }}
{{ $errors->first('other_oneoff_payment_approval_no') }}
{{ $errors->first('other_oneoff_payment') }}
{{ $errors->first('fnpf_deduction') }}
{{ $errors->first('gross_up_employee') }}
{{ $errors->first('income_tax') }}
{{ $errors->first('srt') }}
{{ $errors->first('ecal') }}

{{-- --}}
@endsection @push('custom_css') @endpush @push('custom_js') @endpush