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

Hello {{ $user_name }},

Your deposit of {{ $amount }} has been successfully credited.

Transaction ID: {{ $transaction_id }}

Thank you for trusting us 🚀

@endsection