Files
SkinbaseNova/resources/views/legacy/home.blade.php
2026-02-14 15:14:12 +01:00

18 lines
340 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