@extends('layouts.mails')
@section('content')
You have received {{$transaction->trade_amount}} {{$transaction->currency_destination->symbol}}
In the next few hours you will be receiving the amount in your wallet: {{$transaction->url_wallet}}.
@endsection