@extends('website.layout.app') @section('content') @include('website.layout.hotel-detail-page-header')

{{json_decode($data->attributes)->hotel_name}}

 Bani Yas Road, Deira, Dubai, AE 476

{{json_decode($data->attributes)->price}}Incl all Tax

 Wifi  Cafe  Room Service  Gym
 Check In

{{ \Carbon\Carbon::createFromTimeString(json_decode($data->attributes)->checkin)->format('h A') }}

 Check Out

{{ \Carbon\Carbon::createFromTimeString(json_decode($data->attributes)->checkout)->format('h A') }}

Description

{{json_decode($data->attributes)->description}}

Photos

@foreach ($hotel_photos as $image)
@endforeach

Amenties

General
@foreach ($Hotelamenties as $amenties)
 {{$amenties->title}}
@endforeach
@endsection