@extends('layouts.master') @section('title') {{translate('expense')}} @endsection @section('content')
# | {{translate('expense type')}} | {{translate('amount')}} | {{translate('date')}} | {{translate('recurring')}} | {{translate('description')}} | {{translate('file')}} | {{ translate('action') }} |
---|---|---|---|---|---|---|---|
{{$index+1}} | @if(!empty($key->expense_type)) {{$key->expense_type->name}} @endif | {{ currency_converter($key->amount) }} | {{ $key->date }} | @if($key->recurring==1) {{translate('yes')}} @else {{translate('no')}} @endif | {{ $key->notes }} |
|
|
{{ translate('zeroRecords') }} |