@section("title", "Edit account") Edit account
@csrf @method('PUT')
Name name 255 {{Auth::user()->name}}
Email email 255 {{Auth::user()->email}}
API key: {{ Auth::user()->api_token }}
Update account