import { usePage } from '@inertiajs/react' import { HiOutlineBell } from 'react-icons/hi2' export default function GuestBanner() { const { props: { setting, notification_count }, } = usePage() return (