@extends('layouts.app') @section('title', 'Wallet') @section('content')

NGN AVAILABLE

₦{{ number_format($ngn->available_balance, 2) }}

@if ((float) $ngn->locked_balance > 0)

₦{{ number_format($ngn->locked_balance, 2) }} locked in open orders

@endif

Crypto Assets

Manage bank accounts
@endsection