public function index()
 {
     $data = LatestMovies::all();
     return view('frontend.theratersmovies')->with('latestmovies', $data);
 }