@extends('layout.master') @section('content')

@include('dashboard.partials.errors')

{{ $app_name }} Notifications

Manage notifications for {{ $subscriber->email }}

{{ trans('cachet.subscriber.manage.my_subscriptions') }}
@if(!$component_groups->isEmpty() || !$ungrouped_components->isEmpty()) @include('partials.components_form') @else

{{ trans('cachet.subscriber.manage.no_subscriptions') }}

@endif
@stop