@include('partials.widgets.standard_header', ['header_class' => 'border-bottom-0'])
@if ($transactions->count()) @foreach($transactions as $item) @endforeach @else @endif
{{ trans('general.date') }} {{ trans_choice('general.categories', 1) }} {{ trans('general.amount') }}
@date($item->paid_at) {{ $item->category->name }} @money($item->amount, $item->currency_code, true)
{{ trans('general.no_records') }}