public function view()
 {
     $activity = Activities::first($this->request->id);
     return compact('activity');
 }