@extends('layouts.mails') @section('content')

Transaction Completed

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