feat: updates

This commit is contained in:
JP
2024-08-11 20:03:49 +08:00
parent 140e821e0c
commit 52431a2c61
45 changed files with 1152 additions and 287 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Forms\Components;
use Filament\Forms\Components\Field;
class BranchAccounts extends Field
{
protected string $view = 'forms.components.branch-accounts';
}