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

Add Restaurant

Add New Restaurant

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Choose between multiple images or a single YouTube video
Images
Maximum size per image: 2MB. Supported formats: JPEG, PNG, GIF, WebP. At least one image is .
QR Code (Optional)
Generate a QR code for easy sharing of external links related to this menu item.
Enter a valid URL. A QR code will be automatically generated for this URL.
Back
@endsection