@extends('layouts.customer') @section('content')

Online Ordering Availability

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('POST')
Create Availability

Locations
@if($locations)
@endif
@endsection @section('script') @endsection