Esempio n. 1
0
 public function show($id)
 {
     $renter = Renter::find($id);
     return view('renters.show', compact('renter'));
 }