@extends('layouts.master') @section('title') {{translate('other_income')}} @endsection @section('content')
| # | {{translate('income type')}} | {{translate('amount')}} | {{translate('date')}} | {{translate('description')}} | {{translate('file')}} | {{ translate('action') }} |
|---|---|---|---|---|---|---|
| {{$index+1}} | @if(!empty($key->other_income_type)) {{$key->other_income_type->name}} @endif | {{ currency_converter($key->amount) }} | {{ $key->date }} | {{ $key->notes }} |
|
|
| {{ translate('zeroRecords') }} | ||||||