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

Edit Additional QR

Edit Additional QR

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if ($hotelInfo->path) QR Code @else

No QR code available.

@endif
Back