@extends('layouts.dashboard_2')
@section('title', 'Room View')
@section('content')
Room الصورةs
@if(isset($data->roomالصورةs) && $data->roomالصورةs->count() > 0)
@foreach($data->roomالصورةs as $image)
@endforeach
@else
There is No الصورةs Yet
@endif
Room Details
الوصف :
{!! $data->description !!}
Hotel :
{{$data->hotel->title}}
النوع :
{{$data->type_of}}
المميزات :
@if(isset($data->features) && $data->features->count() > 0)
@foreach($data->features as $feature)
{{$feature->name}}
@endforeach
@else
There is No الصورةs Yet
@endif
@include('dashboard.includes.footer')
@stop
@section('script')
@stop