@if ($subscriber->subscribed_at) @endif @if ($subscriber->unsubscribed_at) @endif

{{ __mc('Details') }}

@csrf @method('PUT')
{!! __mc('You can add and remove attributes which can then be used in your campaigns or automations using {{ subscriber.<key> }}') !!}
@if (! $readOnly)
{{ __mc('Add attribute') }}
@endif
@if (! $readOnly)
@if ($subscriber->isUnconfirmed()) {{ __mc('Resend confirmation') }} {{ __mc('Confirm') }} @endif @if ($subscriber->isSubscribed()) {{ __mc('Unsubscribe') }} @endif @if ($subscriber->isUnsubscribed()) {{ __mc('Resubscribe') }} @endif {{ __mc('Delete') }}
@endif

{{ __mc('Received emails') }}