@extends('email.layout.template') @section('title', 'Transaksi') @section('content')

Mohon Menandatangani Akad {{ getTransactionDocumentType($transaction->type) }}

No. Invoice: {{ $transaction->transactionNumber }}


Assalamualaikum {{ $name }},

Anda baru saja melakukan transaksi pembiayaan dengan Duha Syariah.

{{-- @if($transaction->downPaymentAmount > 0) @endif @foreach(range(1, $transaction->period) as $billingIndex) @endforeach
DP Rp {{ getPriceNumber($transaction->downPaymentAmount) }} No. VA
Cicilan ke-{{ $billingIndex }} Rp {{ getPriceNumber($transaction->installmentAmount) }} {{ $ecollectionService::GenerateBillingVaNumber($transaction->transactionNumber, $transaction->createdAt, $billingIndex) }}
Total Rp {{ getPriceNumber($transaction->grandTotal) }}
--}}

Mohon segera menandatangani Akad {{ getTransactionDocumentType($transaction->type) }} Anda melalui tautan berikut untuk melengkapi proses pembiayaan paling lambat 1x24 jam:

{{ $transaction->privyDocumentUrl }}

@endsection