@if ($data->whatsapp_show == 1)
@endif @if ($data->payment_type == '1')
Contact Us
@else
Apply Now
@endif
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 !!}
Nationality as in Passport
Select
@foreach ($countries as $vp)
first ? 'selected="selected"' : '' }}> {{ $vp->nationality_name }}
@endforeach
{{ $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
{{--
--}}
@include('components.footer')