Files
SkinbaseNova/resources/views/legacy/home.blade.php
2026-02-07 08:23:18 +01:00

19 lines
343 B
PHP

@extends('layouts.legacy')
@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