@extends('layouts.master') @section('title') {{ trans_choice('general.other_income',1) }} {{ trans_choice('general.type',2) }} @endsection @section('content')
| {{ trans_choice('general.name',1) }} | {{ trans_choice('general.asset',1) }} {{ trans_choice('general.account',1) }} | {{ trans_choice('general.income',1) }} {{ trans_choice('general.account',1) }} | {{ trans_choice('general.note',2) }} | {{ trans_choice('general.action',1) }} |
|---|---|---|---|---|
| {{ $key->name }} | @if(!empty($key->gl_account_asset)) {{$key->gl_account_asset->name}} @endif | @if(!empty($key->gl_account_income)) {{$key->gl_account_income->name}} @endif | {{ $key->notes }} |
|