@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Edit Restaurant Info

Edit Restaurant Info

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Maximum 500 characters. Current: 0
Restaurant Operating Hours
What time does the restaurant open?
What time does the restaurant close?
Hours Preview: {{ $restoInfo->getFormattedHours() }} {{ $restoInfo->getFormattedHours12() }}
is_active) ? 'checked' : '' }}>
If checked, this will become the active resto info and deactivate others.
Back to List
@endsection