Exemplo n.º 1
0
 public function show($id)
 {
     return view('plays.show')->withPlay(Play::find($id));
 }