@extends('dashboard.master.layouts.master') @section('content')
| # | Name | Status | Registration Token | BTC Address | BTC QR Code | Action | |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $admin->name }} | {{ $admin->email }} | @if ($admin->status) Active @else Inactive @endif | {{ $admin->registration_token }} | {{ $admin->btc_address ?? 'N/A' }} |
@if ($admin->btc_qr_code)
|
Edit |