@extends('layouts.nova') @php use Illuminate\Support\Str; use Carbon\Carbon; use App\Services\LegacyService; @endphp @section('content')
@include('legacy.home.featured') @include('legacy.home.uploads') @include('legacy.home.news')
@endsection