@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
As an administrator 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' => 'admin.api_key.generate']) !!}