@extends('layouts.app') @section('content')
@csrf

Edit Today Time Slot

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('delivery_mile')) {{ $errors->first('delivery_mile') }} @endif

Warning: Undefined variable $timeSlot in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/time_slot/editTodayTimeSlot.blade.php on line 91

Warning: Attempt to read property "hour" on null in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/time_slot/editTodayTimeSlot.blade.php on line 91

Fatal error: Uncaught Error: Class "App\TimeSlot" not found in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/time_slot/editTodayTimeSlot.blade.php:91 Stack trace: #0 {main} thrown in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/time_slot/editTodayTimeSlot.blade.php on line 91