@if (count($notifications) > 0) @endif    
{{ __('Notifications') }}
@forelse ($notifications as $notification) @if ($notification->link) {{ $notification->title }} {{--
{{ $notification->description }} --}} @else {{ $notification->title }} {{--
{{ $notification->description }} --}} @endif @empty {{ __('No New Notification') }} @endforelse
{{ __('View All') }} @if (count($notifications) > 0) {{ __('Mark All Read') }} @endif