@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')
@foreach ($article->imgs as $item)

Discover

{{ $article->name }}

{{ $article->short_description }}

@endforeach
{{-- for hotel search for small devices --}} {{-- for hotel search for small devices --}}
Search for the best hotels offers
@csrf
Destination
From
To

Room and Traveler
  • Rooms
    + -

  • Adult
    + -
  • Children
    + -
{{-- for destination search for small devices --}}
Discover the world
@csrf
Destination
{{-- for Package search for small devices --}}
Search for your Package
@csrf
Destination
From
To
@foreach ($article->tags as $item) {{ $item->tag->name }} @endforeach

{{ $article->name }}

{!! $article->description !!}

Created at

{{ date('d M Y', strtotime($article->created_at)) }}

Destination

{{ $article->destination->name }}

{{-- related articles --}}

Articles You Might Like

Here is a list of packages for you
Discover More
@foreach ($related_articles as $item)
{{ $item->destination->name }}
@endforeach
@endsection @section('js') @endsection