public function showExplore()
 {
     $restaurants = Restaurant::all();
     return view('frontend.pages.explore', compact('restaurants'));
 }