public function videos()
 {
     $videos = Video::latest()->get();
     return view('front.pages.videos')->with(compact('videos'));
 }