@extends('website.layouts.master', ['no_header' => true, 'no_transparent_header' => false]) @section('css') @endsection @section('content')
One of the best travel agencies in Egypt
@include('website.layouts.includes.topbar_transp')

Let's go somewhere

Get Inspiration

We know what's the best things to do in the whole world

Discover more about the world

Here is our list of articles
@foreach ($articles as $item)
@if($item->destination->slug)
{{ $item->destination->name }}
@endif
@endforeach
{{ $articles->appends(request()->input())->links() }}
@endsection @section('js') @endsection