Current state
This commit is contained in:
18
resources/views/legacy/home.blade.php
Normal file
18
resources/views/legacy/home.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
@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
|
||||
|
||||
Reference in New Issue
Block a user