@extends('components.master') @section('admin')
Endless Possibilities With Us

Your Immigration Journey

Endless Possibilities With Us

Explore Prime Real Estate

Endless Possibilities With Us

Travel & Tours: Explore The Unseen

@foreach ($about as $show)
{{ $show->heading }}
{{ $show->title }}

{{ $show->des }}

{{ $show->sub_title_1 }}

{{ $show->sub_text_1 }}

{{ $show->sub_title_2 }}

{{ $show->sub_text_1 }}

@endforeach
About
About
About
@foreach ($team_message->take(1) as $show)
Team

{{ $show->designation }}

{{ $show->name }}

{{ $show->heading }}

{!! $show->des !!}

@endforeach @foreach ($team_message->skip(1) as $show)

{{ $show->heading }}

{!! $show->des !!}

Team

{{ $show->designation }}

{{ $show->name }}
@endforeach

What We Offer

@foreach ($services->take(1) as $show)
blog image
{{ $show->name}}

{{ $show->des}}

Read More
@endforeach @foreach ($services->skip(1)->take(1) as $show)
blog image
{{ $show->name}}

{{ $show->des}}

Read More
@endforeach @foreach ($services->skip(2) as $show)
blog image
{{ $show->name}}

{{ $show->des}}

Read More
@endforeach
{{-- clients --}}

Affiliated Companies

@foreach ($affiliated_companies as $show)
Image
{{--

Associates

--}}
@endforeach
{{-- clients --}}

News And Events

@foreach ($news->take(1) as $show)
Blog Image
@endforeach
{{-- Best Resort For --}} {{-- You --}}

Travel Journalism

{{--

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

--}}
@foreach ($travel_journalism->take(1) as $show) @if ($show->status == 1)

{{ $show->name }}

(4.8 Rating)
  • Location Visited: {{ $show->location_visit }}
  • Visit Date: {{ $show->date }}
  • Weather Conditions: {{ $show->weather_condition }}
  • Road Conditions: {{ $show->road_condition }}
  • Safety Status: {{ $show->safety_status }}
  • Traveler Comments:
  • {{ $show->traveler_comments }}

@endif @endforeach

12

Years Experience

97%

Retention Rate

8k

Tour Completed

19k

Happy Travellers
shape
shape
shape
shape
shape
Have Questions?

Send us a Message?

Plan upon yet way get cold spot its week. Almost do am or limits hearts. Resolve parties but why she shewing.

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror
Reviews

What Client Say About us

@foreach ($reviews as $show) @if ($show->status == 1)
testimonial

{{ $show->name }}

Traveller

“{{ $show->review }}”

img
@endif @endforeach
shape
shape
@endsection