{{ $row->item }}
{{ config('app.currency') . __(' ') . $row->amount }}
@if($row->type === 0) {{ __('Income') }} @endif @if($row->type === 1) {{ __('Expense') }} @endif
{{ $row->category->name }}
{{ date('Y-m-d', strtotime($row->created_at)) }}