{{-- Template Name: Gift Cards Template --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.gift-cards.banner-section') @include('partials.gift-cards.one-column-section') @include('partials.gift-cards.accordion-section') @endwhile @endsection