@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')
The Additional QR Name can be up to 25 character.
@if ($hotelInfo->path) QR Code @else

No QR code available.

@endif
Back