make branches work

This commit is contained in:
2023-11-23 15:50:28 +05:00
parent 7372435e56
commit 143e2af1de
12 changed files with 909 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Nova\Resources\Branch\Concerns;
use App\Models\Branch\Branch;
use Closure;
class BranchNovaRepo
{