@extends('admin.layouts.app') @section('title', 'Administratori') @push('styles') @endpush @section('content')
| Admin | Telefon | Creat | Acțiuni | |
|---|---|---|---|---|
|
{{ strtoupper(mb_substr($user->first_name ?: $user->name, 0, 1)) }}
{{ trim(($user->first_name ?: '').' '.($user->last_name ?: '')) ?: $user->name }}
#{{ $user->id }}
|
{{ $user->email }} | {{ $user->phone ?: '—' }} | {{ $user->created_at?->format('d.m.Y H:i') }} |
|
| Nu există administratori. | ||||