@extends('template.coin.layouts.admin-base') @section('title', __('Active User')) @section('css') @endsection @section('content') @if(Session::has('sucmessage'))
@endif @if(Session::has('errmessage'))
@endif
{{ "@".$copyTrader->name }}
Code: {{ $copyTrader->code }}
All Users
@endsection @section('scripts') @endsection