Admin panel updated with shadcn-vue components
This commit is contained in:
@@ -25,7 +25,7 @@ public function index(Request $request): Response
|
||||
{
|
||||
$packages = Package::query()
|
||||
->latest('id')
|
||||
->paginate(20);
|
||||
->paginate(25);
|
||||
// Minimal lookups for create form (active only)
|
||||
$profiles = \App\Models\SmsProfile::query()
|
||||
->where('active', true)
|
||||
|
||||
Reference in New Issue
Block a user