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

Edit Restaurant

Edit Restaurant

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Choose between multiple images or a single YouTube video
Images
@if ($resto->image)
{{ $resto->title }}
@else

No image uploaded

@endif
@if ($resto->image_2)
{{ $resto->title }}
@else

No image uploaded

@endif
@if ($resto->image_3)
{{ $resto->title }}
@else

No image uploaded

@endif
@if ($resto->image_4)
{{ $resto->title }}
@else

No image uploaded

@endif
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.
@if ($resto->qr_img && $resto->qr_url)
Current QR Code:
Current QR Code
URL: {{ $resto->qr_url }}
QR code will be regenerated if you change the URL above.
@endif
hide ? 'checked' : '' }}>
Back
@endsection