@if($key->category== "add_client")
{{trans_choice('core::general.add', 1)}} {{trans_choice('client::general.client', 1)}}
@endif
@if($key->category== "add_loan")
{{trans_choice('core::general.add', 1)}} {{trans_choice('loan::general.loan', 1)}}
@endif
@if($key->category== "add_repayment")
{{trans_choice('core::general.add', 1)}} {{trans_choice('loan::general.repayment', 1)}}
@endif
@if($key->category== "add_savings")
{{trans_choice('core::general.add', 1)}} {{trans_choice('savings::general.savings', 1)}}
@endif
@if($key->category== "add_collateral")
{{trans_choice('core::general.add', 1)}} {{trans_choice('loan::general.collateral', 1)}}
@endif
@if($key->category== "add_user")
{{trans_choice('core::general.add', 1)}} {{trans_choice('user::general.user', 1)}}
@endif
@if($key->category== "add_branch")
{{trans_choice('core::general.add', 1)}} {{trans_choice('core::general.branch', 1)}}
@endif
@if($key->category== "add_journal_entry")
{{trans_choice('core::general.add', 1)}} {{trans_choice('accounting::general.journal', 1)}}
@endif
@if($key->type== "textfield")
{{trans_choice('customfield::general.textfield', 1)}}
@endif
@if($key->type== "select")
{{trans_choice('customfield::general.select', 1)}}
@endif
@if($key->type== "number")
{{trans_choice('customfield::general.number', 1)}}
@endif
@if($key->type== "date")
{{trans_choice('customfield::general.date', 1)}}
@endif
@if($key->type== "checkbox")
{{trans_choice('customfield::general.checkbox', 1)}}
@endif
@if($key->type== "textarea")
{{trans_choice('customfield::general.textarea', 1)}}
@endif
@if($key->type== "select_db")
{{trans_choice('customfield::general.select_db', 1)}}
@endif
@if($key->required==1)
{{trans_choice('core::general.yes',1)}}
@else
{{trans_choice('core::general.no',1)}}
@endif
@if($key->active==1)
{{trans_choice('core::general.yes',1)}}
@else
{{trans_choice('core::general.no',1)}}
@endif