/** * Display a listing of the restaurants. * * @return \Illuminate\Http\Response */ public function index() { return Restaurant::with('ratings')->get(); }