@extends('restaurant.pos.layout.master') @section('custom_css') @endsection @section('content')

Reservation Create

List
@if ($errors->has('person_search'))

{{ $errors->first('person_search') }}

@endif
date)) }}@else{{ old('date') }}@endif" class="form-control date-picker" required name="date" id="date" /> @if ($errors->has('date'))

{{ $errors->first('date') }}

@endif
from_time)) }}@else{{ old('from_time') }}@endif" class="form-control time-picker" required name="from_time" id="from_time" /> @if ($errors->has('from_time'))

{{ $errors->first('from_time') }}

@endif
to_time)) }}@else{{ old('to_time') }}@endif" class="form-control time-picker" required name="to_time" id="to_time" /> @if ($errors->has('to_time'))

{{ $errors->first('to_time') }}

@endif
@endsection @section('custom_js') @endsection