feat: updates on expenses
This commit is contained in:
12
app/Filament/Pages/GeneralLedger.php
Normal file
12
app/Filament/Pages/GeneralLedger.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Pages;
|
||||
|
||||
use Filament\Pages\Page;
|
||||
|
||||
class GeneralLedger extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||
|
||||
protected static string $view = 'filament.pages.general-ledger';
|
||||
}
|
||||
Reference in New Issue
Block a user