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

Additional QR

{{-- --}}
@if (session('success')) @endif @foreach ($hotelInfos as $hotelInfo) @endforeach
Name Path Actions
{{ $hotelInfo->name }} {{ $hotelInfo->path }} {{--
@csrf @method('DELETE')
--}}
@endsection