/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     //
     $hi = H_Incharge::details();
     return view('H_Incharge.index', compact('hi'));
 }