{{-- Template Name: Getting Here Template --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.content-page') @include('partials.getting-here.details-section') @include('partials.getting-here.travel-methods') @endwhile @endsection