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

Operator dashboard

Create MAM trade
Strategies
{{ $strategies->count() }}
Active followers
{{ $followerCount }}

Recent master trades

@foreach($recentTrades as $t)@endforeach
IDSymbolSideLotPnL
{{ $t->id }}{{ $t->symbol }}{{ $t->side }}{{ $t->master_lot }}{{ $t->master_pnl }}
@endsection