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