@php
use App\Constants\PaymentMethod;
@endphp
@extends('layouts.email.index')
@section('content')
Halo {{ $user->name }},
Terimakasih telah bergabung bersama AturOrder.com.
Segera selesaikan pembayaran dibawah agar Anda bisa segera menikmati semua fiturnya.
No. Transaksi | : | {{ $transaction->number }} |
Batas Waktu Pembayaran | : | {{ Common::dateFormat($transaction->payment_expire_at, 'dd mmmm yyyy, hh:ii WIB') }} |
Metode Pembayaran | : | QRIS |
Total Pembayaran | : | Rp. {{ number_format($transaction->total, 0, '', '.') }} |
Metode Pembayaran | : | Bank {{ $transaction->paymentMethod->name }} |
No. Virtual Account | : | {{ $transaction->payment_info }} |
Total Pembayaran | : | Rp. {{ number_format($transaction->total, 0, '', '.') }} |