@extends('emails.layouts.master') @section('content')

Hello {{ $user_name }},

Your deposit of {{ $amount }} is currently pending confirmation.

Transaction ID: {{ $transaction_id }}

This may take a few minutes depending on the network.

@endsection