@extends('admin.layouts.master') @section('main-content')

{{ __('time_slot.time_slot') }}

{{ Breadcrumbs::render('time-slots/edit') }}
@csrf @method('PUT')
@if(auth()->user()->myrole == 1)
* @error('restaurant_id')
{{ $message }}
@enderror
@else @endif
* @error('start_time')
{{ $message }}
@enderror
* @error('end_time')
{{ $message }}
@enderror
* @error('status')
{{ $message }}
@enderror
@endsection @section('css') @endsection @section('scripts') @endsection