@extends('layouts.customer_template')
@section('title')
Bitbance Customer Dashboard
@endsection
@section('style')
@endsection
@section('header-menu')
@endsection
@section('content')
{{--
Balance {{$tradeBalanceUSD ?? 0}} $
%
Entry Price:
--}}
Total Profit
$ {{ round($profitWalletBalance,2) ?? 0}}
{{--
--}}
@include('layouts.includes.footer')