{{-- @section('seo') @include('layouts._front_includes._seo', ['seo' => $service->seo]) @endsection --}} @extends('layouts.frontend_master') @section('content')

{{ $page->title }}

{!! $page->short_description !!}

{{-- @dd($service) --}}

{!! $page->description !!}

@foreach ($services as $key => $service) @if ($key % 2 == 0)
{{ $service->title }}

{!! $service->title !!}

@php $extras = json_decode($service->extra, true); @endphp @if ($extras) @foreach ($extras as $subkey => $ext)

{!! $ext['answer'] !!}
@endforeach @endif
@else

{!! $service->title !!}

@php $extras = json_decode($service->extra, true); // convert JSON string to array @endphp @if ($extras) @foreach ($extras as $i => $ext)

{!! $ext['answer'] !!}
@endforeach @endif
{{ $service->title }}
@endif @endforeach {{-- @dd($similar_services) --}} @if (!empty($similar_services))

Services that we Provide

Try a variety of benefits when using our services

@foreach ($similar_services as $service) @endforeach
@endif @if (!empty($service_feature))
Travel Service

{!! $service_feature->name !!}

{!! $service_feature->meta1 !!}

@if (!empty($contact_page)) Talk to an Expert > @endif @if (!empty($service_feature->meta)) Request a quote @endif
@endif

Our Latest Articles About Travel

Know the latest articles about travel

@foreach ($blogs as $blog) {{--
--}}

{!! $blog->title !!}

{{--
--}}
@endforeach
@if (!empty($blogs_page)) @endif
@endsection