@extends('layouts.customer') @section('content')

Shift Break Options

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Edit Option
@csrf @method('PUT')
@endsection