@extends('emails.layouts.main') @section('title', 'Thank You!') @section('content')

Hello, {{ explode(' ', $user->name)[0] ?? $user->name }}

Thank you for extending your Readingful subscription.

Your payment, in the amount of ${{ number_format($transaction->amount, 2) }}, was successfully processed.

It will appear on your financial statement as charged by "Readingful."

Need a receipt? Not a problem. You can download one from the payment history section, of your Readingful account, at any time.

View Payment History
@endsection