@extends('layouts.dashboard') @section('title', trans('user.show')) @section('content-dashboard')

{{ $user->name }} - {{ trans('user.show') }}

{{ trans('app.name') }}{{ $user->name }}
{{ trans('user.email') }}{{ $user->email }}
{{ trans('user.role') }}{!! $user->roleList() !!}
{{ trans('user.registered_at') }}{{ $user->created_at }}
@endsection