@extends('layout.dashboard') @section('content')
{{ trans('dashboard.team.profile') }}
@include('partials.dashboard.errors')

{{ trans('forms.user.api-token-help') }}

@if(Auth::user()->hasTwoFactor)
email, Auth::user()->google_2fa_secret ); ?> {{ trans('forms.user.2fa.help') }}
@endif
{{ trans('cachet.api.regenerate') }}
@stop