{{$incomes->name}}
{{$incomeHeads[$incomes->income_head]}}

{{ !empty($incomes->invoice_number)?$incomes->invoice_number:'N/A' }}

{{ date('jS M, Y', strtotime($incomes->date))}}
{{ number_format($incomes->amount, 2) }}
@if(!empty($incomes->document_url)) View @else N/A @endif
{!! !empty($incomes->description) ? nl2br(e($incomes->description)) : 'N/A' !!}
{{ \Carbon\Carbon::parse($incomes->created_at)->diffForHumans() }}
{{ \Carbon\Carbon::parse($incomes->updated_at)->diffForHumans() }}