/**
  * creates a new notices controller instance
  *
  */
 public function __construct()
 {
     $this->middleware('auth');
     //dd("im here");
     parent::__constructor();
 }