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

Employment History

@if($errors->any()) {{ implode('', $errors->all('
:message
')) }} @endif
@if ($errors->has('company_name'))
{{ $errors->first('company_name') }}
@endif
@if ($errors->has('designation'))
{{ $errors->first('designation') }}
@endif

@if ($errors->has('from'))
{{ $errors->first('from') }}
@endif

@if ($errors->has('to'))
{{ $errors->first('to') }}
@endif

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