{{ trans_choice('core::general.id',1) }} |
{{$savings_transaction->id}} |
{{ trans_choice('core::general.type',1) }} |
{{$savings_transaction->name}}
|
{{ trans_choice('core::general.date',1) }} |
{{$savings_transaction->submitted_on}} |
{{ trans_choice('core::general.amount',1) }} |
{{number_format($savings_transaction->amount,$savings_transaction->savings->decimals)}}
|
{{ trans_choice('core::general.payment',1) }} {{ trans_choice('core::general.detail',2) }}
|
@if(!empty($savings_transaction->payment_detail))
{{ trans_choice('core::general.payment',1) }} {{ trans_choice('core::general.type',1) }} |
@if(!empty($savings_transaction->payment_detail->payment_type))
{{$savings_transaction->payment_detail->payment_type->name}}
@endif
|
@if(!empty($savings_transaction->payment_detail->account_number))
{{ trans_choice('core::general.account',1) }}# |
{{$savings_transaction->payment_detail->account_number}}
|
@endif
@if(!empty($savings_transaction->payment_detail->cheque_number))
{{ trans_choice('core::general.cheque',1) }}# |
{{$savings_transaction->payment_detail->cheque_number}}
|
@endif
@if(!empty($savings_transaction->payment_detail->routing_code))
{{ trans_choice('core::general.routing_code',1) }} |
{{$savings_transaction->payment_detail->routing_code}}
|
@endif
@if(!empty($savings_transaction->payment_detail->receipt))
{{ trans_choice('core::general.receipt',1) }}# |
{{$savings_transaction->payment_detail->receipt}}
|
@endif
@if(!empty($savings_transaction->payment_detail->bank_name))
{{ trans_choice('core::general.bank',1) }}# |
{{$savings_transaction->payment_detail->bank_name}}
|
@endif
@if(!empty($savings_transaction->payment_detail->description))
{{ trans_choice('core::general.description',1) }} |
{{$savings_transaction->payment_detail->description}}
|
@endif
@endif