@extends('layouts.dashboard') @section('title','المستخدمون') @section('page-title','👥 المستخدمون') @section('content')
| الاسم | البريد | الباقة | تاريخ التسجيل | إجراءات |
|---|---|---|---|---|
| {{ $u['name'] }} | {{ $u['email'] }} | @if($u['plan_name']??null) {{ $u['plan_name'] }} @else مجاني @endif | {{ \Illuminate\Support\Str::limit($u['created_at']??'', 10, '') }} | |
| لا يوجد مستخدمون | ||||