@if (session('success'))
{{ session('success') }}
@endif
{{-- --}} @foreach ($members as $member) {{-- --}} @endforeach
IDAssociationName 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
{{ $members->links('pagination::bootstrap-5') }}