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