import { useTranslation } from 'react-i18next' import { Card, CardBody, Row, Col } from 'react-bootstrap-5' import Button from '@/features/ui/components/bootstrap-5/button' import MaterialIcon from '@/shared/components/material-icon' import getMeta from '@/utils/meta' import IconButton from '@/features/ui/components/bootstrap-5/icon-button' function RequestConfirmation() { const { t } = useTranslation() const groupName = getMeta('ol-groupName') return (