Silahkan transfer ke:
Bank BCA Syariah
0714 10 2020
Bintoro Digital CV
Invoice Date: {{ date('d/m/Y', strtotime($invoice['date'])) }}
Due Date: {{ date('d/m/Y', strtotime($invoice['duedate'])) }}
{{ $client['fullname'] }}
{{ $client['address1'] }}
{{ $client['city'] }}, {{ $client['state'] }}, {{ $client['postcode'] }}
{{ $client['countryname'] }}
Description | Total |
---|---|
{{ $i['description'] }} | Rp. {{ number_format($i['amount'],2,',','.') }} |
Sub Total | Rp. {{ number_format($invoice['subtotal'],2,',','.') }} |
Credit | Rp. {{ number_format($invoice['credit'],2,',','.') }} |
Total | Rp. {{ number_format($invoice['total'],2,',','.') }} |
Transactions Date | Gateway | Transactions ID | Amount |
---|---|---|---|
{{ date('d/m/Y', strtotime($i['date'])) }} | {{ $i['gateway'] }} | Rp.{{ number_format($i['amountin'],2,',','.') }} | |
No Related Transactions Found | |||
Balance | Rp. {{ number_format($invoice['balance'],2,',','.') }} |