@extends('layouts.admin') @section('title', 'Coins & Assets') @section('content')

Coins & assets.

Manage the currencies and reward assets available across the platform.

Add Coin or Asset
@forelse ($rows as $asset) @empty @endforelse
AssetTypeNetworkAvailable forStatus
{{ $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.
@endsection