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

gauge My Account

hand-waving Welcome back

envelope @if (!empty($account->email)) {{ $account->email }} @else No email yet @endif Change my current account email

@if (config('app.phone_authentication'))

phone @if (!empty($account->phone)) {{ $account->phone }} @else No phone yet @endif Change my current account phone

@endif

devices Edit my devices

lock @if ($account->passwords()->count() > 0) Change my password @else Set my password @endif

key API Key Management

trash Delete my account

person Account information

envelope SIP address: sip:{{ $account->identifier }}

user Username: {{ $account->username }}

globe-hemisphere-west 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')))

sliders Transport: {{ config('app.transport_protocol_text') }}

@endif
@include('parts.account_variables', ['account' => $account]) @endsection