@extends('site.layouts.app') @section('title', 'Detail User') @section('stylesheets') @endsection @section('content')
{{ $user->email }}
| Employee ID | : {{ $user->employees()->first() ? $user->employees()->first()->code : '-' }} |
|---|---|
| : {{ $user->email }} | |
| Created At | : {{ $user->created_at }} |
| Last Login | : {{ $user->last_login }} |