@extends('layouts.profile') @section('profile_content')

{{ __('dashboard.notifications.label') }}

@csrf
{{ __('dashboard.notifications.sendMePushNotifications') }}
@foreach ($emails as $key => $value)
{{ $notificationsTitle[$loop->index] }}
@endforeach
@endsection @section('title') {{ __('meta.title.notifications') }} @endsection @section('description') {{ __('meta.description.notifications') }} @endsection @push('scripts') @endpush