@section('seo') @include('layouts._front_includes._seo', ['seo' => $package->seo]) @endsection @push('frontend_css') @endpush @extends('layouts.frontend_master') @section('content') Private Guiding {!! $package->title !!} {{ $package->short_description }} {{ $package->altitude }} {!! $package->title !!} {!! $package->description !!} @if (!empty($guiding_inquiry_page)) Inquire Now @endif @if (!empty($quote)) {!! $quote->meta1 !!} -{!! $quote->name !!} @endif @if (!empty($package->note_title)) {!! $package->note_title !!} {!! $package->trip_notes !!} @endif @if ($package->gallery_image->count()) @include('web._partials.gallery_slider_fit', [ 'galleries' => $package->gallery_image, ]) @endif @endsection @push('frontend_js') @endpush