{{ __('Dashboard') }}
@php $unreadNotificationsCount = \App\Http\Controllers\NotificationsController::getUnreadCount(); @endphp
@if($unreadNotificationsCount > 0) {{ $unreadNotificationsCount }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
@if (Auth::user()->role === 'pastor') Welcome Pastor {{ Auth::user()->first_name }} @else Welcome {{ Auth::user()->first_name }} @endif
{{ Auth::user()->email }}
{{ __('Notifications') }} {{ __('Profile') }}
@csrf {{ __('Log Out') }}