@extends('layouts.main', ['grid' => true])
@section('content')
gauge My Account
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
@endifdevices Edit my devices
lock @if ($account->passwords()->count() > 0) Change my password @else Set my password @endif
trash Delete my account
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