@php $title = 'Edit Shift' @endphp @section('title') {{$title}} @endsection @extends('layout') @section('main-content')

{{$title}}

@csrf
{{ $errors->first('name', ':message') }}
{{ $errors->first('description', ':message') }}
{{ $errors->first('startTime', ':message') }}
{{ $errors->first('endTime', ':message') }}
sunday?'checked':''}} > monday?'checked':''}}> tuesday?'checked':''}}> wednesday?'checked':''}}> thursday?'checked':''}}> friday?'checked':''}}> saturday?'checked':''}}>
@endsection