@extends('layouts.app') @section('content')
Add New Employee Back to all employee
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection