@extends('front.layouts.app') @push('user.css') @endpush @section('content') @if (isset($hotel) && $hotel != null) @if (count($hotel->hotelImages) > 0) @foreach ($hotel->hotelImages as $k => $single_image) @endforeach @endif @endif @if (isset($hotel) && $hotel != null) {{ $hotel->title }} مشاركة {{ $hotel->country->title . ', ' . $hotel->city->title }} {{ $hotel->address }} @if ($hotel->description) {{-- نبذة عن الفندق: --}} {!! $hotel->description !!} @endif @php($min_price = $hotel->rooms->min('price')) @if ($min_price != null && $min_price > 0) {{ $min_price }} {{ __('messages.currency') }} / لكل ليلة @endif {!! $hotel->location !!} إرسال الطلب @if (isset($related_hotels) && $related_hotels->count() > 0) @foreach ($related_hotels as $single_hotel) @if (count($single_hotel->hotelImages) > 0) @endif {{ $single_hotel->title }} {{ $single_hotel->country->title }}, {{ $single_hotel->city->title }} {{ $single_hotel->address }} @endforeach @endif @endif @endsection @section('script') @stop
{{ $hotel->country->title . ', ' . $hotel->city->title }}
{{ $hotel->address }}
{!! $hotel->description !!}
{{ $single_hotel->address }}