import { Button } from '@/components/ui/button'; import LandingLayout from '@/layouts/landing-layout'; import { Link } from '@inertiajs/react'; import { ReactNode } from 'react'; import { Renderer } from 'richtor'; import 'richtor/styles'; const Show = ({ notification, translate }: { notification: Notification; translate: any }) => { const { common } = translate; return (
{notification.data.title}