@extends('admin.lyoute.masterpage2') @section('page_title', 'مدیریت کاربران') @section('page_description', 'لیست تمام کاربران سیستم') @section('main_section')
| # | کاربر | تلفن | نام کاربری | نقش | تاریخ عضویت | عملیات |
|---|---|---|---|---|---|---|
| {{ $user->id }} |
{{ mb_substr($user->name, 0, 1) }}
{{ $user->name }}
|
{{ $user->phone ?? '-' }} | {{ $user->username }} | @if($user->role === 'admin') مدیر سیستم @else کاربر عادی @endif |
{{ \Carbon\Carbon::parse($user->created_at)->format('Y/m/d') }}
{{ \Carbon\Carbon::parse($user->created_at)->format('H:i') }}
|
@if(request('search')) نتیجهای برای "{{ request('search') }}" پیدا نشد. @else هنوز کاربری ثبت نشده است. @endif
افزودن اولین کاربر