@extends('partials.main') @section('title') {{ 'Hotel Reservations' }} @endsection @section('content') {{ $banner->heading }} {{ $banner->subheading }} Home {{ $banner->heading }} Hotel Reservations @foreach ($hotels as $hotel) {{-- --}} {{ $hotel->title }} {{ $hotel->description }} {{ $hotel->rooms }} {{-- 7 Days --}} Location : {{ $hotel->location }} Rating @for ($i = 0; $i < $hotel->stars; $i++) @endfor {{-- From ${{$hotel->price}} --}} @csrf Check availability @endforeach {{-- 1 2 3 4 --}} @endsection
{{ $hotel->description }}