@extends('layouts.app') @section('title', 'Trade Tracking - CLEDA.I Insights') @section('content')
Trade Tracking Dashboard
Active Trades
Total Portfolio Value
Total P&L
Win Rate
Ticker | Type | Action | Entry Date | Close Date | Cost | Final P&L | Return % | Actions |
---|---|---|---|---|---|---|---|---|
{{ $trade->ticker }}
{{ $trade->company_name ?? 'N/A' }} |
{{ strtoupper($trade->trade_type) }} | {{ strtoupper($trade->action) }} | {{ \Carbon\Carbon::parse($trade->created_at)->format('M j, Y') }} | {{ \Carbon\Carbon::parse($trade->updated_at)->format('M j, Y') }} | ${{ number_format($trade->cost_estimate, 2) }} | ${{ number_format($trade->final_pnl ?? 0, 2) }} | {{ number_format($trade->return_percentage ?? 0, 1) }}% |