@extends('layouts.app') @section('content')
Select Hotel
You are viewing settings as Super Admin. Please select which hotel's settings you want to manage.
@if($hotels->isEmpty())
No hotels found in the system.
@else

You can also view global settings (settings that apply to all hotels)
@endif
@endsection