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

@include('dashboard.partials.errors')

{{ $app_name }} Notifications

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

@if($components->count() > 0)
{{ trans('cachet.subscriber.manage.my_subscriptions') }}
@foreach($components as $component)
@endforeach
@else

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

@endif
@stop