Contact Us
×
{!! csrf_field() !!}
Name
Nationality
@foreach ($country as $vp)
{{ $vp->country_name }}
@endforeach
Contact Number
Email ID
Message
Submit
Contact Us
×
Call now
OR
Submit a Form
@include('components.header')
{{--
--}}
{{ $data->title }}
{!! $data->body !!} {{--
@if ($data->payment_type == '1')
Contact Us
@else
Apply Now
@endif
--}}
Nationality as in Passport
@if ($data->payment_type == '1') @foreach ($country as $vp)
first ? 'selected="selected"' : '' }}> {{ $vp->country_name }}
@endforeach @else @foreach ($visa_countries as $vp)
first ? 'selected="selected"' : '' }}> {{ $vp->nationality_name }}
@endforeach @endif
{{ $data->STD }}
@if ($data->payment_type == '1')
Contact Us
@else
Apply Now
@endif
Frequently Asked Questions
@foreach ($faq as $fq)
{{ $fq->title }}
{{ $fq->message }}
@endforeach
@if ($data->whatsapp_show == 1)
@endif @if ($data->payment_type == '1')
Contact Us
@else
Apply Now
@endif
@include('components.footer')