@extends('landing::_layouts.master') @section('title', __('messages.global.home')) @section('content') {{-- Header --}} @include('landing::home/_includes/header') {{-- Starting gradient --}} @include('landing::_layouts/_partials/gradient-start', ['fill' => '#ffffff']) {{-- About --}} @include('landing::home/_includes/about') {{-- Latest reports --}} @include('landing::home/_includes/latest_reports') {{-- Sponsors --}} @include('landing::home/_includes/sponsors') {{-- Latest posts --}} @include('landing::home/_includes/latest_posts') {{-- Ending gradient --}} @include('landing::_layouts/_partials/gradient-end', ['fill' => '#f7fafc']) @endsection