public function index()
 {
     $human_resources = HumanResource::all();
     return view('human_resources.index', compact('human_resources'));
 }