@extends('layouts.admin.master') @section('tab-name','کاربران') @section('content')
| # | نام کامل | ایمیل | موبایل | سطح (ادمین) | تاریخ ایجاد | عملیات |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->full_name }} | {{ $item->email }} | {{ $item->mobile ?? '-' }} | @if($item->is_admin) ادمین @else ادمین @endif | {{ jdate_format('Y/m/d', strtotime($item->created_at)) }} | |
| هیچ ادمینی یافت نشد. | ||||||