@extends('layouts.master') @section('title') {{ trans_choice('general.loan',1) }} {{ trans_choice('general.provisioning',1) }} @endsection @section('content')
| {{ trans('general.name') }} | {{ trans_choice('general.min',1) }} | {{ trans_choice('general.max',1) }} | {{ trans_choice('general.percentage',1) }} | {{ trans_choice('general.liability',1) }} {{ trans_choice('general.account',1) }} | {{ trans_choice('general.expense',1) }} {{ trans_choice('general.account',1) }} | {{ trans_choice('general.action',1) }} |
|---|---|---|---|---|---|---|
| {{ $key->name }} | {{ $key->min }} | {{ $key->max }} | {{ $key->percentage }} | @if(!empty($key->gl_account_liability)) {{ $key->gl_account_liability->name }} @endif | @if(!empty($key->gl_account_expense)) {{ $key->gl_account_expense->name }} @endif |
|