{{-- Template Name: Parking Details Template --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.content-page') @include('partials.parking.details-section') @include('partials.parking.perks-section') @endwhile @endsection