Add (post manage)
Add (post country viewing)
This commit is contained in:
@@ -23,6 +23,7 @@ public function __construct()
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return view('admin.home');
|
||||
return redirect()->route('posts.manage');
|
||||
//return view('admin.home');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user