paginate(25); $invitecount = Invite::count(); return view('Staff.invites.index', ['invites' => $invites, 'invitecount' => $invitecount]); } }