@extends('backend.layouts.main') @section('title') {{ __('Balances') }} @endsection @section('content') @if($balances->isEmpty())
| {{ __('Coin') }} | {{ __('Status') }} | {{ __('Balance') }} |
|---|---|---|
| {{ $coin }} | {{ $balance['status'] . ' / ' . $balance['coin_status'] }} | {{ $balance['balancef'] }} |