@foreach($expense as $k=>$exp) {{$k+1}}
{{\App\CentralLogics\Helpers::format_currency($exp['amount'])}}
{{$exp['description']}}
{{$exp->created_at->format('Y-m-d '.config('timeformat'))}} @endforeach