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

Create Restaurant Info

Add New Restaurant Info

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Maximum 500 characters. Current: 0
Restaurant Operating Hours
What time does the restaurant open?
What time does the restaurant close?
Hours Preview: 08:00 - 22:00 8:00 AM - 10:00 PM
Note: This resto info will be automatically set as active and will replace any currently active resto info. The hours will apply to all days - change them as needed when operating hours change.
Back to List
@endsection