@extends('partials.main') @section('title') {{ 'Hotel Reservations' }} @endsection @section('content')

{{ $banner->heading }}

{{ $banner->subheading }}

  1. Home
  2. {{ $banner->heading }}

Hotel Reservations

@foreach ($hotels as $hotel)
{{-- image destinations --}}

{{ $hotel->description }}

{{ $hotel->rooms }}
{{-- 7 Days --}}
Rating @for ($i = 0; $i < $hotel->stars; $i++) @endfor {{-- From

${{$hotel->price}}

--}}
@csrf
@endforeach {{-- --}}
@endsection