@extends('layouts.admin') @section('title', 'Member') @section('breadcrumb', 'admin.member') @section('content')
| No | Name | Status | ||
|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $item->name }} | {{ $item->email }} |
is_verified ? 'checked' : '' }} data-id="{{ $item->id }}">
|
Download |