@extends('frontend.layouts.main') @section('main-container') @section('title','contact-us')

Contact us Get In Touch

Any kind of travel information don't hesitate to contact with us for imiditate customer support. We are love to hear from you

@if (session()->has('success'))
{!! session('success') !!}
@endif
@csrf
box-icon
Our Address

{{ getContactDetails()->address }}
.

box-icon
Phone & Email

{{ getContactDetails()->phone }}
{{ getContactDetails()->email }}

box-icon
Stay In Touch
    @foreach(json_decode(getSiteIdentity()->social_links) as $key => $value)
  • @endforeach
@endsection