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

Trade alert

A trade has been executed on your account.


Symbol {{ $symbol }}
Trade type @if(strtolower($type) === 'buy') BUY @else SELL @endif
Amount {{ $currency }} {{ number_format($amount, 2) }}
Entry price {{ $entry_price }}
Date & time {{ $trade_date }}
View trade details →

âš  If you did not initiate this trade, contact support immediately.

@endsection