Skip to content

Instantly share code, notes, and snippets.

@Sarav-S
Created June 2, 2016 22:14
Show Gist options
  • Save Sarav-S/bbc846239a3319f5843ed05a13f3504d to your computer and use it in GitHub Desktop.
Save Sarav-S/bbc846239a3319f5843ed05a13f3504d to your computer and use it in GitHub Desktop.
/**
* Display the specified resource.
*
* @param App\User $user
* @return \Illuminate\Http\Response
*/
public function show($user)
{
return view('users.view', compact('user'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment