/posts
public function store(Request $request) { // Validating // Saving // Redirecting return redirect('/posts')->with('success', 'Post created'); }
Pro tip: use ```triple backticks around text``` to write in code fences