示例#1
0
 public function show($id)
 {
     //show single
     $record = Package::with($this->related)->findOrFail($id);
     return $record;
 }