@extends('layouts.web_master') @section('header-content')

About Us

@endsection @section('main-content')

About Us

{{ $about->title }}

{!! $about->details !!}
about-sec

{{ $about->no_of_client }}

+

Happy Customers

{{ $about->year_of_experience }}

+

Years of experience

What We Do

{{ $video->title }}

{{ $video->short_description }}

Why choose us

Let Us Show You The Beauty Of The World

@foreach ($speciality as $key => $item)
chooseIcon
{{ $item->title }}

{{ Str::limit($item->short_description, 130, '...') }}

@endforeach

Our Team

Experience The World With Us

@foreach ($team as $key => $item)
teamimg
{{ $item->name }}

{{ $item->designation }}

@endforeach

Start Planning Your Trip Now and Get {{ $offer->discount_one }} Discount

{{ $offer->short_description_one }}

@endsection