{{ __('Update Availability Of '.$store->name)}}
@csrf
Start Date is Required
End Date is Required
{!! Form::select('available', $availabilities, $store->available,[ 'class'=>'form-control', 'placeholder' => 'Select Available', 'required'=>'required', 'id'=>'aviablable' ]) !!}
Availability is Required
Restaurant will be busy until: {{ $store->busy_until }} {!! Form::select('busy_until', $busyOptions, null,[ 'class'=>'form-control', 'placeholder' => 'Select Busy Options', 'id'=>'busy_until' ]) !!}
Busy Option is Required
Note if any change here will afect store forever {!! Form::select('force_close', $forceCloseList, $store->force_close,[ 'class'=>'form-control', 'placeholder' => 'Select Force Close', 'id'=>'force_close' ]) !!}
Force Closed