@auth @if(auth()->user()->hasVerifiedEmail())

{{ __('Push notifications') }}

{{ __('Get reminders and collab updates on this device when the app is in the background.') }}

@else

{{ __('Verify your email to manage push notifications.') }}

@endif @endauth