podcastartgenerator/site/resources/views/home/page.blade.php

11 lines
248 B
PHP
Raw Permalink Normal View History

@extends('layouts.master')
@section('page-top')
@include('home.hero.hero')
@endsection
@section('page-content')
@include('home.recents.section')
@include('home.explainer.explainer')
@include('home.leaderboard.section')
@endsection