Account: Client

@if (!is_null($employee1) && count($employee1) > 0) @foreach ($employee1 as $current)
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('employment_start_date')) {{ $errors->first('employment_start_date') }} @endif
@if ($errors->has('employment_end_date')) {{ $errors->first('employment_end_date') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif
@if ($errors->has('salary')) {{ $errors->first('salary') }} @endif
@endforeach @else
@if ($errors->has('employment_start_date')) {{ $errors->first('employment_start_date') }} @endif
@if ($errors->has('employment_end_date')) {{ $errors->first('employment_end_date') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif
@if ($errors->has('salary')) {{ $errors->first('salary') }} @endif
@endif
@error('position_applied') {{ $message }} @enderror
@error('desired_working_area') {{ $message }} @enderror
@if ($errors->has('sss_no')) {{ $errors->first('sss_no') }} @endif
@if ($errors->has('tin_no')) {{ $errors->first('tin_no') }} @endif
@if ($errors->has('pagibig_no')) {{ $errors->first('pagibig_no') }} @endif