@extends('layouts.default') @section('content')

USER PAGE

{{ trans('labels.username') }} :
{{ $user->username }}
{{ trans('labels.passwd') }} :
{{ $user->password }}
{{ trans('labels.role') }} :
{{ $user->role }}
{{ trans('labels.lastLogin') }} :
{{ $user->last_login }}
{{ trans('labels.lastIP') }} :
{{ $user->usr_ip_address }}
{{ trans('labels.lastUpdate') }} :
{{ $user->updated_at }} {{ $user->updated_by }}
 
@endsection