This commit is contained in:
2023-12-04 16:43:40 +05:00
parent 4d1839ef84
commit 0c8ddfaf89

View File

@@ -3,6 +3,7 @@
namespace App\Nova\Resources\Order\Loan\Concerns;
use App\Nova\Resources\Branch\Branch;
use App\Nova\Resources\Order\Loan\LoanType;
use App\Repos\Branch\BranchRepo;
use App\Repos\Order\Loan\LoanTypeRepo;
use App\Repos\Order\OrderRepo;