@extends('layouts.modern') @section('page-title', $user->exists ? 'Edit User' : 'Create User') @section('breadcrumb') @endsection @section('action-buttons') Back to Users @endsection @section('content')
{{ $user->created_at->format('M d, Y H:i') }}
{{ $user->updated_at->format('M d, Y H:i') }}
@if($user->last_login_at) {{ $user->last_login_at->format('M d, Y H:i') }} {{ $user->last_login_at->diffForHumans() }} @else Never logged in @endif
No roles assigned
@endif