executive() ->published() ->ordered() ->get(); return Inertia::render('executive', [ 'executives' => MemberResource::collection($executives)->resolve(), ]); } }