{{-- Template Name: Leasing Template --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.leasing.banner-section') @include('partials.leasing.one-column-section') @include('partials.leasing.form-section') @include('partials.leasing.gallery-section') @endwhile @endsection