コード例 #1
0
 public function loadLeaveEntitlement()
 {
     $entitle = Entitlement::all();
     return Response::jsend('success', $entitle);
 }