হোটেল লিস্ট

@forelse($hotels as $h)
@if($h->cover_path)@endif
{{ $h->name }}
{{ ucfirst($h->tier ?? '-') }} • {{ $h->location }}
৳ {{ $h->min_price ?? '—' }} - {{ $h->max_price ?? '—' }} / রাত
Details Book (Demo)
@empty
No hotels found.
@endforelse
{{ $hotels->links() }}