@extends('layouts.dashboard') @section('title', trans('auth.profile')) @section('content-dashboard')
{{ trans('user.user_id') }}{{ $user->id }}
{{ trans('user.name') }}{{ $user->name }}
{{ trans('user.email') }}{{ $user->email }}
{{ trans('user.role') }}{!! $user->roleList() !!}
{{ trans('user.api_token') }}{{ $user->api_token }}
{{ trans('lang.lang') }}{{ trans('lang.'.$user->lang) }}
@endsection