@extends('layouts.admin') @section('title', $Title) @section('content')
@if($message = Session::get('errormsg')) @endif @if($errors->any() && $errors->first('duplicate_booking',':message')) @endif @if($message = Session::get('msg')) @endif
@csrf
@if($errors->any())
{{$errors->first('name',':message')}}
@endif
@if($errors->any())
{{$errors->first('email',':message')}}
@endif
@if($errors->any())
{{$errors->first('mobile',':message')}}
@endif
@if($errors->any())
{{$errors->first('slot_id',':message')}}
@endif
@if($errors->any())
{{$errors->first('date',':message')}}
@endif
@endsection