@extends('layouts.app') @section('title', 'Edit Shift') @section('header', 'Edit Shift') @section('subheader', $shift->name) @section('content')
@csrf @method('PUT') @include('shifts._form', ['submitLabel' => 'Update Shift'])
@endsection