@extends('layouts.app') @section('title', 'All Users') @section('content')
| # | Name | Posts Count | Status | Actions | |
|---|---|---|---|---|---|
| {{ $user->id }} | {{ $user->name }} | {{ $user->email }} | {{ $user->posts_count }} | {{-- الحالة --}}@if($user->is_banned) Banned @else Active @endif | {{-- الأكشنز --}}View Profile @if($user->is_banned) @else @endif |
| No users found. | |||||