@extends('emails.layouts.crypto') @section('content')
📈

Your daily profit summary

Here is your portfolio performance summary for {{ $date }}.


{{-- Profit highlight --}}

Today's profit

+{{ $currency }} {{ number_format($profit, 2) }}

Account balance {{ $currency }} {{ number_format($balance, 2) }}
Total trades today {{ $trade_count }}
Profit % +{{ $profit_percent }}%
View full report →

This is an automated daily summary. Past performance is not indicative of future results.

@endsection