@if(!empty($company_logo)) logo @endif

{{$company_name}}

@if(!empty($savings_transaction->payment_detail)) @if(!empty($savings_transaction->payment_detail->account_number)) @endif @if(!empty($savings_transaction->payment_detail->cheque_number)) @endif @if(!empty($savings_transaction->payment_detail->routing_code)) @endif @if(!empty($savings_transaction->payment_detail->receipt)) @endif @if(!empty($savings_transaction->payment_detail->bank_name)) @endif @if(!empty($savings_transaction->payment_detail->description)) @endif @endif
{{ trans_choice('client::general.client',1) }} @if(!empty($savings_transaction->savings->client)) {{$savings_transaction->savings->client->first_name}} {{$savings_transaction->savings->client->middle_name}} {{$savings_transaction->savings->client->last_name}} @endif
{{ trans_choice('savings::general.transaction',1) }} {{ trans_choice('core::general.id',1) }} {{$savings_transaction->id}}
{{ trans_choice('savings::general.transaction',1) }} {{ 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('savings::general.interest_rate',1) }} {{number_format($savings_transaction->savings->interest_rate,2)}}%
{{ trans_choice('savings::general.duration',1) }} {{$savings_transaction->savings->lockin_period}} {{$savings_transaction->savings->lockin_type}}
{{ trans_choice('core::general.payment',1) }} {{ trans_choice('core::general.detail',2) }}
{{ 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
{{ trans_choice('core::general.account',1) }}# {{$savings_transaction->payment_detail->account_number}}
{{ trans_choice('core::general.cheque',1) }}# {{$savings_transaction->payment_detail->cheque_number}}
{{ trans_choice('core::general.routing_code',1) }} {{$savings_transaction->payment_detail->routing_code}}
{{ trans_choice('core::general.receipt',1) }}# {{$savings_transaction->payment_detail->receipt}}
{{ trans_choice('core::general.bank',1) }}# {{$savings_transaction->payment_detail->bank_name}}
{{ trans_choice('core::general.description',1) }} {{$savings_transaction->payment_detail->description}}
{{ trans_choice('client::general.client',1) }} {{ trans_choice('core::general.signature',1) }}
{{ trans_choice('savings::general.witness',1) }} {{ trans_choice('core::general.signature',1) }}
{{ trans_choice('savings::general.officer',1) }} {{ trans_choice('core::general.signature',1) }}