예제 #1
0
 public function getShow($nota_id)
 {
     $nota = Nota::find($nota_id);
     return $nota;
 }