@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 | المعالم السياحية') @endif @section('content')
@foreach ($country_info->cities as $city) @if(count($city->active_tourism) > 0) @endif @endforeach
@endsection