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

users {{ $account->identifier }}

@include('admin.account.parts.tabs')
pencil {{ __('Edit') }}

@if ($account->updated_at) {{ __('Updated on') }} {{ $account->updated_at->format('d/m/Y') }} @endif {{ __('Information') }}

user {{ __('SIP Adress') }}: sip:{{ $account->identifier }}

@if ($account->email)

envelope {{ __('Email') }}: {{ $account->email }}

@endif @if ($account->phone)

phone {{ __('Phone') }}: {{ $account->phone }}

@endif @if ($account->passwords()->count() > 0)

password {{ __('Password') }}: **********

@endif

globe-hemisphere-west {{ __('Space') }}: {{ $account->domain }}

@include('admin.account.parts.badges', ['account' => $account])

{{ __('Manage') }}

email))class="disabled"@endif> email))class="disabled"@endif>
{{ __('Send an email to the user to reset the password') }} paper-plane-right
{{ __('Send an email to the user with provisioning information') }} paper-plane-right
{{ __('Delete') }} trash
pencil @if ($account->external){{ __('Edit') }}@else{{ __('Create') }}@endif

{{ __('External Account') }}

@if ($account->external) @if ($account->external->username)

user {{ __('Usernale') }}: {{ $account->external->username }}

@endif @if ($account->external->domain)

hard-drive {{ __('Domain') }}: {{ $account->external->domain }}

@endif @if ($account->external->password)

password {{ __('Password') }}: **********

@endif @else

{{ __('Empty') }}

@endif
repeat {{ __('Renew') }}

{{ __('Provisioning') }}

@if ($account->provisioning_token)
{{ __('The link can only be visited once') }}
@else {{ __('Create') }} @endif

{{ __('Devices') }}

@if ($devices->isEmpty()) @else @foreach ($devices as $device) @endforeach @endif
User Agent
{{ __('Empty') }}
{{ $device->user_agent }} trash
plus {{ __('Add') }}

{{ __('Dictionary') }}

@if ($account->dictionaryEntries->isEmpty()) @endif @foreach ($account->dictionaryEntries as $dictionaryEntry) @endforeach
{{ __('Key') }} {{ __('Value') }}
{{ __('Empty') }}
{{ $dictionaryEntry->key }} {{ $dictionaryEntry->value }} pencil trash
@if (space()?->intercom_features)
@if ($account->dtmf_protocol) plus{{ __('Add') }} @else pencil {{ __('Edit') }} @endif

{{ __('Actions') }} @if ($account->dtmf_protocol) {{ $account->dtmf_protocol}} @endif

@if ($account->dtmf_protocol) @if ($account->actions->isEmpty()) @endif @foreach ($account->actions as $action) @endforeach
{{ __('Empty') }}
{{ $action->key }} {{ $action->code }} pencil trash
@else

To manage actions, you must configure the DTMF protocol in the account settings.

@endif
plus{{ __('Add') }}

{{ __('Types') }}

@if ($account->types->isEmpty()) @endif @foreach ($account->types as $type) @endforeach
{{ __('Empty') }}
{{ $type->key }}
@csrf @method('delete')
@endif
@endsection