Logo Binggo

{{ strtoupper($invoice['status']) }}

Silahkan transfer ke:

Bank BCA Syariah

0714 10 2020

Bintoro Digital CV

Invoice #{{ $invoice['invoiceid'] }}

Invoice Date: {{ date('d/m/Y', strtotime($invoice['date'])) }}

Due Date: {{ date('d/m/Y', strtotime($invoice['duedate'])) }}

Invoiced To

{{ $client['fullname'] }}

{{ $client['address1'] }}

{{ $client['city'] }}, {{ $client['state'] }}, {{ $client['postcode'] }}

{{ $client['countryname'] }}

@foreach($invoice['items']['item'] as $i) @endforeach
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
@if($invoice['status'] == 'Paid') @foreach($invoice['transactions']['transaction'] as $i) @endforeach @else @endif
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,',','.') }}