@extends('layouts.grain') @section('title', 'Users') @section('content') @include('components.notification')
# | Name | Registration Date | Actions | |
---|---|---|---|---|
{{ $user->id }} |
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
|
{{ $user->email }} | {{ $user->created_at->diffForHumans() }} | |
No records found |