@extends('layouts.account') @section('breadcrumb')
Id: {{ $account->id }}
Identifier: {{ $account->identifier }}
Email: {{ $account->email }}
Alias: {{ $account->alias->alias }}
@elseNo alias
@endif@if ($account->activated) Activated Deactivate @else Unactivated Activate @endif
@if ($account->admin) Admin Remove admin role @else Not Admin Add admin role @endif
Delete the account @if ($account->confirmation_key)Share the following picture with the user or the one-time-use link bellow.
The following link can only be visited once
@endif @endsection