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

Account

Id: {{ $account->id }}
Identifier: {{ $account->identifier }}
Email: {{ $account->email }}
Phone number:@if ($account->alias) {{ $account->phone }} @else No number @endif

@if ($account->sha256Password) SHA256 @endif
@if ($account->activated) Activated Deactivate @else Unactivated Activate @endif
@if ($account->admin) Admin Remove admin role @else Not Admin Add admin role @endif @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

Renew the provision link The current one will be unavailable

@else

Generate a provision link

@endif @endsection