@extends('layouts.app') @section('title', 'Add Shift') @section('subtitle', 'Create a new work shift') @section('content')
Back to Shifts

Shift Information

@csrf

Basic Information

@error('name')

{{ $message }}

@enderror
@error('break_duration_minutes')

{{ $message }}

@enderror

Time Schedule

@error('start_time')

{{ $message }}

@enderror
@error('end_time')

{{ $message }}

@enderror

Description

@error('description')

{{ $message }}

@enderror
Cancel
@endsection