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

users {{ $account->identifier }}

plus {{ __('Add') }}
@include('admin.account.parts.tabs') @if ($account->dictionaryEntries->isEmpty()) @endif @foreach ($account->dictionaryEntries as $dictionaryEntry) @endforeach
{{ __('Key') }} {{ __('Value') }}
{{ __('Empty') }}
{{ $dictionaryEntry->key }} {{ $dictionaryEntry->value }} {{ __('Edit') }} {{ __('Delete') }}
@endsection