@extends('template.coin.layouts.admin-base')
@section('title', __('Copy Traders'))
@section('css')
@endsection
@section('content')
Copytrader / View
@if(Session::has('sucmessage'))
{{ Session::get('sucmessage')}}
@endif
@endsection
@section('scripts')
@endsection