@extends('admin.template') @section('title')
| # | Currency | Network | Crypto Address | Image | Status | Action |
|---|---|---|---|---|---|---|
| {{$i}} | {{strtoupper($data->currency)}} | {{strtoupper($data->network)}} | {{$data->admin_crypto_address}} | @if($data->status == 1) Active @else Disabled @endif |