@extends('layouts.app') @section('title', trans('auth.profile')) @section('content')
| {{ trans('user.user_id') }} | {{ $user->id }} |
|---|---|
| {{ trans('user.name') }} | {{ $user->name }} |
| {{ trans('user.email') }} | {{ $user->email }} |
| {{ trans('user.api_token') }} | {{ $user->api_token }} |