@extends('layout.dashboard') @section('content')
{{ trans('dashboard.team.profile') }}
@if($updated = Session::get('updated'))
@if($updated) {{ sprintf("%s %s", trans('dashboard.notifications.awesome'), trans('dashboard.user.edit.success')) }} @else {{ sprintf("%s %s", trans('dashboard.notifications.whoops'), trans('dashboard.user.edit.failure')) }} @endif
@endif

{{ trans('forms.user.api-key-help') }}
{{ trans('cachet.api.regenerate') }}
@stop