Files
2026-04-18 17:02:56 +02:00

18 lines
343 B
PHP

@extends('layouts.nova')
@php
use Illuminate\Support\Str;
use Carbon\Carbon;
use App\Services\LegacyService;
@endphp
@section('content')
<div class="container-fluid legacy-page">
@include('legacy::home.featured')
@include('legacy::home.uploads')
@include('legacy::home.news')
</div>
@endsection