LARAVEL SHOW Метод

public function show(Post $post)
    {
        return redirect()->route('post.detail',$post->slug);
    }
WinMaw