2023-07-29 02:05:43 -04:00
|
|
|
@extends('layouts.master')
|
2023-12-10 16:10:32 -05:00
|
|
|
@section('page-top')
|
|
|
|
@include('home.hero.hero')
|
|
|
|
@endsection
|
2023-07-29 02:05:43 -04:00
|
|
|
|
2023-12-10 16:10:32 -05:00
|
|
|
@section('page-content')
|
|
|
|
@include('home.recents.section')
|
|
|
|
@include('home.explainer.explainer')
|
|
|
|
@include('home.leaderboard.section')
|
|
|
|
@endsection
|