Student
{{ $trade->user?->name }}
Market
{{ $trade->market_type }}
Direction
{{ ucfirst($trade->direction) }}
Entry
{{ $trade->entry_price }}
Stop Loss
{{ $trade->stop_loss }}
Take Profit
{{ $trade->take_profit }}
RR
{{ $trade->rr_ratio }}
Session
{{ $trade->session }}
Result
{{ ucfirst($trade->result) }}
{{ $trade->notes }}
{{ $trade->screenshot_before ?? 'Before screenshot placeholder' }}
{{ $trade->screenshot_after ?? 'After screenshot placeholder' }}
@csrf @method('PATCH')