@extends('layouts.app') @section('content')
New Contract
@csrf
Basic Information
@if ($errors->has('client'))
{{ $errors->first('client') }}
@endif
@if ($errors->has('start_date'))
{{ $errors->first('start_date') }}
@endif
@if ($errors->has('end_date'))
{{ $errors->first('end_date') }}
@endif
Rates Information
@if ($errors->has('contract_rate'))
{{ $errors->first('contract_rate') }}
@endif
@if ($errors->has('guard_rate'))
{{ $errors->first('guard_rate') }}
@endif
@if ($errors->has('day_rate'))
{{ $errors->first('day_rate') }}
@endif
@if ($errors->has('night_rate'))
{{ $errors->first('night_rate') }}
@endif
@if ($errors->has('night_differential_pay'))
{{ $errors->first('night_differential_pay') }}
@endif
@if ($errors->has('incentive_pay'))
{{ $errors->first('incentive_pay') }}
@endif
@if ($errors->has('uniform_allowance'))
{{ $errors->first('uniform_allowance') }}
@endif
@if ($errors->has('overtime_pay'))
{{ $errors->first('overtime_pay') }}
@endif
@if ($errors->has('thirteenth_month_pay'))
{{ $errors->first('thirteenth_month_pay') }}
@endif
@if ($errors->has('retirement_benefit'))
{{ $errors->first('retirement_benefit') }}
@endif
@if ($errors->has('sss_contribution'))
{{ $errors->first('sss_contribution') }}
@endif
@if ($errors->has('pag_ibig_contribution'))
{{ $errors->first('pag_ibig_contribution') }}
@endif
@if ($errors->has('philhealth_contribution'))
{{ $errors->first('philhealth_contribution') }}
@endif
Agency & Remittances (ER & EE)
@if ($errors->has('agency_fee'))
{{ $errors->first('agency_fee') }}
@endif
@if ($errors->has('vat'))
{{ $errors->first('vat') }}
@endif
@if ($errors->has('withholding_tax'))
{{ $errors->first('withholding_tax') }}
@endif
@if ($errors->has('employer_share'))
{{ $errors->first('employer_share') }}
@endif
{{-- kani working --}} {{--
@if ($errors->has('compensation'))
{{ $errors->first('compensation') }}
@endif
--}} {{--
@if ($errors->has('sss_er'))
{{ $errors->first('sss_er') }}
@endif
--}}
@if ($errors->has('sss_er'))
{{ $errors->first('sss_er') }}
@endif
@if ($errors->has('sss_ee'))
{{ $errors->first('sss_ee') }}
@endif
@if ($errors->has('sss_ec'))
{{ $errors->first('sss_ec') }}
@endif
@if ($errors->has('pag_ibig_er'))
{{ $errors->first('pag_ibig_er') }}
@endif
@if ($errors->has('pag_ibig_ee'))
{{ $errors->first('pag_ibig_ee') }}
@endif
@if ($errors->has('philhealth_er'))
{{ $errors->first('pag_ibig_er') }}
@endif
@if ($errors->has('philhealth_ee'))
{{ $errors->first('philhealth_ee') }}
@endif
@section('script') @endsection @endsection