Update (admin): Improve admin post ux
This commit is contained in:
@@ -52,6 +52,7 @@ public function delete(Request $request, $post_id)
|
||||
|
||||
return redirect()->back()->with('error', 'Post does not exist.');
|
||||
}
|
||||
|
||||
public function indexing(Request $request, $post_id)
|
||||
{
|
||||
$post = Post::find($post_id);
|
||||
|
||||
Reference in New Issue
Block a user