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