@extends('layouts.app') @section('title', 'Create Employee') @section('content')

Create Employee

@include('partials.alerts')
@csrf @include('employees.partials.form')
@endsection