value . $slug, now()->addHours(24), fn() => User::with(['userDetail', 'departments_work.faculty', 'departments_teach.faculty', 'divisions', 'faculties']) ->where('slug', $slug) ->whereHas('userDetail') ->firstOrFail() ); } }