@extends('layouts.main', ['grid' => true])
@section('content')
dashboard Dashboard
email @if (!empty($account->email)) {{ $account->email }} @else No email yet @endif Change my current account email
call @if (!empty($account->phone)) {{ $account->phone }} @else No phone yet @endif Change my current account phone
lock @if ($account->passwords()->count() > 0) Change my password @else Set my password @endif
delete Delete my account
alternate_email SIP address: sip:{{ $account->identifier }}
person Username: {{ $account->username }}
dns Domain: {{ $account->domain }}
@if (!empty(config('app.proxy_registrar_address')))lan Proxy/registrar address: sip:{{ config('app.proxy_registrar_address') }}
@endif @if (!empty(config('app.transport_protocol_text')))settings_ethernet Transport: {{ config('app.transport_protocol_text') }}
@endif