count = MeetingApprovals::where('father_id', session()->get('fathers')['id'])->whereNull('approval_at')->count(); return $next($request); } }