@extends('main') @if($seo !== NULL) @section('title', $seo->title) @section('description', $seo->description) @section('keywords', $seo->keywords) @section('author', $seo->author) @else @section('title', 'Fanadek Masr | '.$hotel->title) @endif @section('content')

{{$hotel->title}} @for ($i = 1; $i <= $hotel->stars; $i++) @endfor

@for ($i = 0; $i < $rooms_count; $i++)
@endfor
@foreach ($rooms as $room)
@if(count($room->images) > 0) @else @endif

{{$room->name}}

{!! $room->description !!} {{--

@if(breakfast_room_price($room->id, $start_date, $end_date)) السعر شامل الافطار @endif

--}}

$ {{number_format(calculate_room_price($room->id, $people, $rooms_count, $start_date, $end_date, true), 2)}}

@for($i = 0; $i < $rooms_count; $i++) @endfor
{{--

@if(breakfast_room_price($room->id, $start_date, $end_date)) السعر شامل الافطار @endif

--}}
@endforeach
    @foreach($hotel->hotel_features as $ssw)
  • {{$ssw->feature_info->title}}
  • @endforeach
{!!$hotel->map!!}

{!!$hotel->text!!}

فنادق اخرى

@endsection