@php $isCompany = $recipientType === 'company'; $apiPrefix = $isCompany ? 'talent-bank.company.notifications.api' : 'talent-bank.candidate.notifications.api'; $indexRoute = $isCompany ? 'talent-bank.company.notifications.index' : 'talent-bank.candidate.notifications.index'; @endphp