@extends('layouts.account') @section('breadcrumb')
Id: {{ $account->id }}
Identifier: {{ $account->identifier }}
Email: {{ $account->email }}
DTMF Protocol: @if ($account->dtmf_protocol) {{ $account->resolvedDtmfProtocol }}@endif
@if ($account->alias)Phone number: {{ $account->phone }}
@endif
@if ($account->group)Group: {{ $account->group }}
@endif
@if ($account->display_name)Display name: {{ $account->display_name }}
@endif
Identifier: {{ $account->externalAccount->identifier }}
| {{ $contact->identifier }} | Delete |
|---|
| {{ $action->key }} | {{ $action->code }} | Edit Delete |
|---|
To manage actions, you must configure the DTMF protocol in the account settings.
@endif| {{ $type->key }} | {!! Form::open(['route' => ['admin.account.account_type.destroy', $account, $type->id], 'method' => 'delete']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-sm mr-2']) !!} {!! Form::close() !!} |
|---|
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 @endif @endsection