@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 | '.$catx->ar_title) @endif @section('content')
@if($hotels->count() > 0)
@foreach($hotels as $hotel)
Fanadek Masr | فنادق مصر | {{$hotel->title}}

{{$hotel->title}}

    @for ($i = 1; $i <= $hotel->stars; $i++)
  • @endfor
@endforeach
{{$hotels->appends($_GET)->links()}} @else

لا توجد نتائج

@endif
@endsection