@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('PUT')
Edit Availability

Locations
@if($locations)
@endif
is_avaliable ?? 0) == 1) checked @endif>
@endsection @section('script') @endsection