{{-- Template Name: Trading Hours Template --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.content-page') @include('partials.trading-hours.trading-hours') @include('partials.trading-hours.major-stores') @include('partials.trading-hours.featured-articles') @endwhile @endsection