@if ($payment) @if ($payment->refunds && $payment->refunds->total_count)
{{ trans('plugins/payment::payment.refunds.title') . ' (' . $payment->refunds->total_count . ')'}}

@foreach ($payment->refunds->data as $item)
@endforeach @endif @include('plugins/payment::partials.view-payment-source') @endif