@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 | '.$article->title) @endif @section('content')
Fanadek Masr | فنادق مصر | {{$place_info->ar_title}}
{!!$place_info->text!!}
@if($other_places->count() > 4)

معالم سياحية في {{$place_info->city_info->ar_title}}

@elseif ($other_places->count() > 1)

معالم سياحية في {{$place_info->city_info->ar_title}}

@endif
@endsection