예제 #1
0
 public function CIKFull()
 {
     $cik = Cik::get();
     return View::make('admin.cikfull')->withCiklist($cik);
 }