@extends('core::layouts.master') @section('title') {{ trans_choice('income::general.income',1) }} #{{ $income->id }} @endsection @section('content')

{{ trans_choice('core::general.add',1) }} {{ trans_choice('income::general.type',1) }} {{ trans_choice('core::general.back',1) }}

{{ trans_choice('core::general.id',1) }} {{ $income->id }}
{{ trans_choice('core::general.type',1) }} @if(!empty($income->income_type)) {{$income->income_type->name}} @endif
{{ trans_choice('core::general.created_by',1) }} @if(!empty($income->created_by)) {{$income->created_by->first_name}} {{$income->created_by->last_name}} @endif
{{ trans_choice('accounting::general.asset',1) }} {{ trans_choice('accounting::general.account',1) }} @if(!empty($income->asset_chart)) {{$income->asset_chart->name}} @endif
{{ trans_choice('accounting::general.income',1) }} {{ trans_choice('accounting::general.account',1) }} @if(!empty($income->income_chart)) {{$income->income_chart->name}} @endif
{{ trans_choice('income::general.amount',1) }} {{ number_format($income->amount,2) }}
{{ trans_choice('core::general.date',1) }} {{ $income->date }}
{{ trans_choice('core::general.description',1) }} {{ $income->description }}
@endsection @section('scripts') @endsection