@extends('layouts.account') @section('breadcrumb') @endsection @section('content')

Account

Id: {{ $account->id }}
Identifier: {{ $account->identifier }}
Email: {{ $account->email }}

@if ($account->alias)

Alias: {{ $account->alias->alias }}

@else

No 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)

Provisioning

Share the following picture with the user or the one-time-use link bellow.



The following link can only be visited once

@endif @endsection