@extends('layouts.dashboard_2')
@section('title', 'Hotel View')
@section('content')
Hotel الصورةs
@if(isset($data->hotelالصورةs) && $data->hotelالصورةs->count() > 0)
@foreach($data->hotelالصورةs as $image)
@endforeach
@else
There is No الصورةs Yet
@endif
Hotel Details
الوصف :
{!! $data->description !!}
Country :
{{$data->country->title}}
City :
{{$data->city->title}}
الموقع :
{!! $data->location !!}
إضافةress :
{{$data->address}}
No. الغرف :
{{$data->rooms_num}}
@include('dashboard.includes.footer')
@stop
@section('script')
@stop