@lang('accounting-reports::lang.direct_income_details')

@if($direct_income->document) @endif
@lang('accounting-reports::lang.description') {{ $direct_income->description ?? '-' }}
@lang('accounting-reports::lang.amount') {{ $direct_income->amount }}
@lang('accounting-reports::lang.income_date') {{ @format_date($direct_income->income_date) }}
@lang('purchase.business_location') {{ $direct_income->location ? $direct_income->location->name : __('lang_v1.all') }}
@lang('account.account') {{ $direct_income->account ? $direct_income->account->name : '-' }}
@lang('accounting-reports::lang.reference_no') {{ $direct_income->reference_no ?? '-' }}
@lang('purchase.attach_document') @lang('lang_v1.view_uploaded_document')
@lang('messages.created_by') {{ $direct_income->creator ? $direct_income->creator->user_full_name : '-' }}
@lang('messages.created_at') {{ @format_datetime($direct_income->created_at) }}