{{-- Template Name: Contact Template --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp

@php the_title() @endphp

@include('partials.content-page') @include('partials.contact.header-section') @include('partials.contact.form-section') @endwhile @endsection