@extends('layouts.user') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
New Employment
{{ csrf_field() }}
@endsection @section('page-js') @endsection