$content && $html_operations_by_method = table($content, ['no_total' => true])
                ->text('operation_id', 'операция')
                ->text('account_number', 'счет, номер карты, кошелек')
                ->func('amount', function ($value, $extra, $row) use ($payment_api) {
                    $result = $payment_api->money_html($value);