@extends('layouts.admin') @section('title', 'Edit QR Page') @section('role-label', 'Business Panel') @section('page-title', 'Edit QR Page') @section('sidebar-nav')@include('restaurant-admin.partials.sidebar')@endsection @section('content')
@csrf @method('PUT')
@error('title')

{{ $message }}

@enderror
Public URL
{{ url('/q/'.$qrPage->restaurant->slug.'/page/'.$qrPage->slug) }}
Cancel
@endsection