user dashboard for admin
This commit is contained in:
@@ -62,7 +62,6 @@ class AdminController extends Controller
|
|||||||
|
|
||||||
return view('admin.dashboards.users')->with('users', $users)
|
return view('admin.dashboards.users')->with('users', $users)
|
||||||
->with('userArr', $userArr)
|
->with('userArr', $userArr)
|
||||||
->with('page', $page)
|
|
||||||
->with('userCount', $userCount)
|
->with('userCount', $userCount)
|
||||||
->with('userPages', $userPages);
|
->with('userPages', $userPages);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user