@extends('layouts.master') @section('title') {{ trans_choice('general.other_income',1) }} {{ trans_choice('general.type',2) }} @endsection @section('content')

{{ trans_choice('general.other_income',1) }} {{ trans_choice('general.type',2) }}

@if(Sentinel::hasAccess('other_income.types.create')) {{ trans_choice('general.add',1) }} {{ trans_choice('general.type',1) }} @endif
@foreach($data as $key) @endforeach
{{ 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 }}
@endsection @section('footer-scripts') @endsection