@extends('layouts.dashboard_2') @section('title', 'Room View') @section('content')

Room

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->title}}
الوصف :
{!! $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
السعر :
{{$data->price}}
@include('dashboard.includes.footer')
@stop @section('script') @stop