Add active filter

This commit is contained in:
2023-12-01 00:30:55 +05:00
parent cee905ec77
commit d641f0ef7a
8 changed files with 66 additions and 23 deletions

View File

@@ -2,7 +2,6 @@
namespace App\Providers;
use Illuminate\Support\Facades\Gate;
use App\Models\Branch\Branch;
use App\Models\Order\Loan\LoanOrder;
use App\Models\Order\Loan\LoanType;
@@ -17,6 +16,7 @@ use App\Policies\System\Roles\PermissionPolicy;
use App\Policies\System\Roles\RolePolicy;
use App\Policies\UserPolicy;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
use Illuminate\Support\Facades\Gate;
class AuthServiceProvider extends ServiceProvider
{