@extends('layouts.account') @section('content')
{{ $account->email }}
@elseNo email yet
@endif @if (config('app.devices_management') == true)See and delete the devices linked to your account
@endifSHA-256 password configured
@elseMD5 password only
@endifRemove your account from our service
Manage the Flexisip accounts
Manage the account types
Show some registration statistics
You can generate an API key and use it to request the different API endpoints, check the related API documentation to know how to use that key.
{!! Form::open(['route' => 'account.api_key.generate']) !!}