Update (admin): Improve admin post ux

This commit is contained in:
2023-08-02 00:36:42 +08:00
parent 3bf6c0475e
commit ab9222aaca
27 changed files with 102 additions and 83 deletions

View File

@@ -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);