@extends('layouts.main', ['grid' => true]) @section('content')

dashboard Dashboard

waving_hand Welcome back

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

key API Key Management

delete Delete my account

person Account information

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
@include('parts.account_variables', ['account' => $account]) @endsection