@extends('website.layouts.master') @section('css') @endsection @section('content')
@include('website.layouts.includes.topbar')

Discover more about
{{ $slug_tag->name }}

{!! $slug_tag->description !!}

Where To Stay.

Get the best offer in {{ $slug_tag->name }}

@foreach ($unit as $item)
@if($item->hotel->aqua_park) @endif @if($item->hotel->swimming_pool) @endif @if($item->hotel->restaurant) @endif @if($item->hotel->beach) @endif @if($item->hotel->free_wifi) @endif @if($item->hotel->gym) @endif

{{ $item->hotel->name }}

{{ $item->hotel->destination->name }}

{{ $item->hotel->short_description }}

{{ $item->lowest }}

Lowest Price for a person

Book
@endforeach

Where To Reach there cheaply.

Get the best packages offer in {{ $slug_tag->name }}

@foreach ($package as $item)
@if($item->airline) @endif @if($item->transp) @endif @if($item->trip) @endif @if($item->guide) @endif @if($item->fav) @endif

{{ $item->name }}

{{ $item->hotel->destination->name }}

{{ $item->short_description }}

{{ $item->lowest }}

Lowest Price for a person

Book
@endforeach

What to do.

Here is the best things to do in {{ $slug_tag->name }}

@foreach ($trip as $item)

{{ $item->name }}

{{ $item->destination->name }}

{{ $item->short_description }}

{{ $item->lowest }}

Lowest Price for a person

Book
@endforeach

Do You want to Get your visa?

Get your visa now with our smart system for visa application

@endsection @section('js') @endsection