@extends('layouts.app') @section('content')
| STT | Người dùng | Campaign đang tham gia | |
|---|---|---|---|
| {{ ($users->currentPage() - 1) * $users->perPage() + $index + 1 }} |
{{ $user->name }}
{{ $user->email }}
|
@forelse($user->campaigns as $campaign)
{{ $campaign->name }}
@empty
Chưa tham gia campaign nào
@endforelse
|
|
| Không có người dùng nào. | |||