@extends('layouts.account') @section('breadcrumb')
| # | Identifier (email) | Created |
|---|---|---|
|
{{ $account->id }}
@if ($account->activated) Activated @else Unactivated @endif @if ($account->admin) Admin @endif |
{{ $account->identifier }} @if ($account->email) ({{ $account->email }}) @endif | {{ $account->creation_time}} |