@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

Trader
{{ $traderPerformance->trader->user->name }}
ROI Percentage
{{ $traderPerformance->direction->symbol() . $traderPerformance->roiPercentage() }}
Recorded At
{{ formatDate($traderPerformance->recorded_at) }}
@endsection