-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
₦ {{number_format($promissoryNote->principal, 2)}}
Principal Amount
₦ {{number_format($promissoryNote->maturity_value, 2)}}
Maturity Value
{{$promissoryNote->monthsLeft}} payment(s) left
₦ {{number_format($promissoryNote->current_value, 2)}}
Current Value
₦ {{number_format($promissoryNote->interest, 2)}}
Expected Profit
₦ {{number_format($promissoryNote->payable_value, 2)}}
Payable Value
₦ {{number_format($promissoryNote->tax_paid, 2)}}
Tax Paid
{{date('d M Y', strtotime($promissoryNote->maturity_date))}}
--}}{{ Carbon\Carbon::parse($promissoryNote->maturity_date)->format('jS F Y') }}
Expires
{{strtoupper($promissoryNote->interest_payment_cycle)}}
Setup Method
Promissory Transaction Log
Amount | Description | Direction | Date | |
---|---|---|---|---|
{{$loop->index + 1}} | {{$transaction->amount}} | {{$transaction->description}} | {{$transaction->direction == 1 ? 'INFLOW' : 'OUTFLOW'}} | {{$transaction->created_at}} |