@extends('layouts.app') @section('title', __('clinic.notifications')) @section('heading', __('clinic.notifications')) @section('content') @if (auth()->user()->unreadNotifications->isNotEmpty())
@endif{{ __('clinic.crm_no_notifications') }}
@endforelse