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

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

@if($current_user->hasTwoFactor)
email, $current_user->google_2fa_secret ); ?> {!! trans('forms.user.2fa.help') !!}
@endif
@stop