• merge(['class' => 'list-group-item list-group-item-action']) }}>
    {{ $spending->spending_date->format('d/m/Y') }}
    {{ $spending->comment }}
    {{ $spending->amount }} €
    @if($spending->section != null) {{ $spending->section->name }} @if($spending->line != null) > {{ $spending->line->name }} @endif @endif