@extends('layouts.admin') @section('title', 'User Management') @section('breadcrumb', 'User Management') @section('content')
Manage customer accounts
| User | Joined | Actions |
|---|---|---|
|
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
{{ $user->email }}
@if($user->phone)
{{ $user->phone }}
@endif
|
{{ $user->created_at->ist()->format('M d, Y') }} |