@extends('layouts.app') @section('style') @endsection @section('content')
@csrf {{-- Employment Information --}}

Employment Information

@if ($errors->has('employment_date'))
{{ $errors->first('employment_date') }}
@endif
@if ($errors->has('employment_status'))
{{ $errors->first('employment_status') }}
@endif
@if ($errors->has('personnel_status'))
{{ $errors->first('personnel_status') }}
@endif
@section('script') @endsection @endsection