@extends('layouts.app') @section('title', 'New Employee') @section('header', 'New Employee') @section('content')
@csrf @include('employees._form', ['submitLabel' => 'Create Employee'])
@endsection