@section('title') {{'Edit account'}} @endsection Edit account
@if ($message = Session::get('success')) @endif
@csrf @method('PUT')
Name name 255 {{Auth::user()->name}}
Email email 255 {{Auth::user()->email}}
API key api_key 255 {{ Auth::user()->api_token }}

NOTE: API key cannot be updated

Update account
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)

@if(isset($timer))@endif Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})

@endif