feat: updates on expenses
This commit is contained in:
18
app/Filament/Pages/TrialBalance.php
Normal file
18
app/Filament/Pages/TrialBalance.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Pages;
|
||||
|
||||
use Filament\Pages\Page;
|
||||
|
||||
class TrialBalance extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||
|
||||
protected static string $view = 'filament.pages.trial-balance';
|
||||
|
||||
public function getViewData(): array
|
||||
{
|
||||
|
||||
return [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user