Save workspace changes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user