@extends('layouts.dashboard') @section('title', trans('user.show')) @section('content-dashboard')
| {{ trans('app.name') }} | {{ $user->name }} |
|---|---|
| {{ trans('user.email') }} | {{ $user->email }} |
| {{ trans('user.role') }} | {!! $user->roleList() !!} |
| {{ trans('user.registered_at') }} | {{ $user->created_at }} |