@extends('layouts.authenticated') @section('title', 'Hotels | HMS') @section('page-title', 'Hotels') @section('content')
{{ $organization->name }}
| Name | Location | Currency | Check-in/out | Status | Actions | |
|---|---|---|---|---|---|---|
|
{{ $hotel->name }}
{{ $hotel->slug }}
|
{{ $hotel->email ?: 'N/A' }} | {{ collect([$hotel->city, $hotel->state, $hotel->country])->filter()->join(', ') ?: 'N/A' }} | {{ $hotel->currency }} | {{ $hotel->checkin_time ?: 'N/A' }} / {{ $hotel->checkout_time ?: 'N/A' }} | {{ $hotel->status }} | Edit |
| No hotels found. | ||||||