@extends('emails.layouts.crypto') @section('content')
Your price alert for {{ $symbol }} has been triggered.
|
{{ $symbol }} {{ $current_price }} {{ $direction === 'above' ? 'â–² Above' : 'â–¼ Below' }} your target of {{ $target_price }} |
|
||
|
| Trade {{ $symbol }} now → |
Prices are indicative and may vary. Trading involves risk.
@endsection