@extends('admin.template.layout') @section('content')
# | Customer Name | Email/Wallet Address | Phone | User Code | Refferel code | Status | Created on | Action |
---|---|---|---|---|---|---|---|---|
{{ $loop->index + 1 + ($list->perPage() * ($list->currentPage() - 1)) }} | {{ $role->name }} | {{ $role->email }} {{ $role->wallet_address }} |
+{{ $role->dial_code }} {{ $role->phone }} | {{ $role->user_code }} | {{ $role->refferal_code }} | {{ $role->getStatusText() }} | {{ web_date_in_timezone($role->created_at) }} |