@extends('layouts.main') @section('breadcrumb') @include('admin.account.parts.breadcrumb_accounts_index') @include('admin.account.parts.breadcrumb_accounts_edit', ['account' => $account]) @endsection @section('content')

people {{ $account->identifier }}

Cancel add_circle New Entry
@include('admin.account.parts.tabs') @if ($account->dictionaryEntries->isEmpty()) @endif @foreach ($account->dictionaryEntries as $dictionaryEntry) @endforeach
Key Value
No entries
{{ $dictionaryEntry->key }} {{ $dictionaryEntry->value }} Edit Delete
@endsection