@extends('layouts.admin') @include('partials/admin.jexactyl.nav', ['activeTab' => 'approvals']) @section('title') User Approvals @endsection @section('content-header')
User ID | Username | Registered | |||
---|---|---|---|---|---|
{{ $user->id }}
|
{{ $user->email }} |
{{ $user->username }} ({{ $user->name_first }} {{ $user->name_last }})
|
{{ $user->created_at->diffForHumans() }} |