Exemplo n.º 1
0
 public function show($id)
 {
     $reduction = Reduction::findOrFail($receivable->student_id);
     return View::make('reductions.show', compact('reduction'));
 }