11 lines
248 B
PHP
11 lines
248 B
PHP
@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
|