mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Add skeleton new page
This commit is contained in:
parent
89a507de69
commit
f660611ed3
12
app/Filament/Pages/Introduction.php
Normal file
12
app/Filament/Pages/Introduction.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Filament\Pages;
|
||||||
|
|
||||||
|
use Filament\Pages\Page;
|
||||||
|
|
||||||
|
class Introduction extends Page
|
||||||
|
{
|
||||||
|
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||||
|
|
||||||
|
protected static string $view = 'filament.pages.introduction';
|
||||||
|
}
|
3
resources/views/filament/pages/introduction.blade.php
Normal file
3
resources/views/filament/pages/introduction.blade.php
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<x-filament-panels::page>
|
||||||
|
|
||||||
|
</x-filament-panels::page>
|
Loading…
x
Reference in New Issue
Block a user