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

Create Today Time Slot

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@endsection