Ejemplo n.º 1
0
 /**
  * Display the specified resource.
  *
  * @param  int $id
  *
  * @return mixed
  */
 public function show($id)
 {
     return $this->ortu->find($id);
 }
 /**
  * Display the specified resource.
  *
  * @param  int $id
  *
  * @return mixed
  */
 public function show($id)
 {
     return $this->pribadi->find($id);
 }