feat: updates on expenses

This commit is contained in:
JP
2024-10-31 00:53:13 +08:00
parent daa6f692e1
commit 06a2035cc8
7 changed files with 207 additions and 60 deletions

View 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';
}