@extends('layouts.admin') @section('title', 'Edit Schedule') @section('breadcrumb') @endsection @section('content')

Edit Schedule Entry

@csrf @method('PUT')
@error('days') {{ $message }} @enderror
@error('opening_time') {{ $message }} @enderror
@error('closing_time') {{ $message }} @enderror
@endsection