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

Create New Time Slot

@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('start_time')) {{ $errors->first('start_time') }} @endif
@if ($errors->has('end_time')) {{ $errors->first('end_time') }} @endif
Add price for each day
@endsection