| ID | {{--Association | --}}Name | Phone | Plate | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($members->currentPage() - 1) * $members->perPage() }} | {{--{{ $member->association->name }} | --}}{{ $member->name }} | {{ $member->phone }} | {{ $member->plate }} |
@if ($member->is_present)
Confirmed
@else
Unconfirmed
@endif
@if ($member->approvement) Approved @else Unapproved @endif |
Show @if(auth()->user()->association_id == $member->association_id) @endif |