/** * Display a listing of the resource. * * @return Response */ public function index() { $apps = App::latest()->get(); return view('admin.apps.index', compact('apps')); }