• {{ __($item['text']) }} @isset($item['label']) {{ $item['label'] }} @endisset

    @if($item['href'] == route('admin.clinics.index')) @php $notCompleteSfaAssociatedClinicCount = \EmployeeHelper::notCompleteSfaAssociatedClinicCountForAdmin(); @endphp @if($notCompleteSfaAssociatedClinicCount > 0) {{-- SFA未連携、SFA医院に部署が紐づかない、SFA医院に紐づいている部署に従業員が存在しない医院件数のバッジ表示 --}} {{ $notCompleteSfaAssociatedClinicCount }} @endif @endif @if($item['href'] == route('smartsupport.admin.afterSupportPack.index')) @php $notCompleteSupportMonthActionCount = \EmployeeHelper::notCompleteSupportMonthActionCountForAdmin(); @endphp @if($notCompleteSupportMonthActionCount > 0) {{-- 要対応サポート月件数のバッジ表示 --}} {{ $notCompleteSupportMonthActionCount }} @endif @endif @if($item['href'] == route('smartsupport.admin.repairRequests.index')) @php $noticeCountForAdminRepairRequestCount = \EmployeeHelper::noticeCountForAdminRepairRequestMenu(); @endphp @if($noticeCountForAdminRepairRequestCount > 0) {{ $noticeCountForAdminRepairRequestCount }} @endif @endif