@extends('template.coin.layouts.copy') @section('title', __('Dashboard')) @section('css') @endsection @section('content')
|
|
{{$copyTrader->name}} |
Amount Following
${{number_format($copyTrader->amount_following,2,'.',',')}}
|
Investors
{{$copyTrader->investor}}
|
MIN INVESTMENT
${{number_format($copyTrader->minimum_trade,0,'.',',')}}
|
|||
|
Investors Profit (1m)
${{number_format($copyTrader->investors_profit,2,'.',',')}}
|
ROI
{{$copyTrader->roi}}%
|
||||||