@extends('layouts.admin')
@section('title', 'Coins & Assets')
@section('content')
Manage the currencies and reward assets available across the platform.
| Asset | Type | Network | Available for | Status | |
|---|---|---|---|---|---|
{{ $asset->name }} {{ $asset->symbol }} | {{ ucfirst($asset->type) }} | {{ $asset->network ?: '—' }} | @if($asset->mining_enabled)Mining@endif @if($asset->deposit_enabled)Deposits@endif @if($asset->withdrawal_enabled)Withdrawals@endif | Edit | |
| No coins or assets have been added. | |||||