qrCodes() ->whereIn('type', QrTypeCatalog::programmeTypes()) ->latest() ->get(); return view('events.programmes', compact('programmes')); } }