@forelse ($paymentContainersList as $list)
{{ $list->id }} |
{{ $list->c('getExistsLanguageColumnValue', 'name') }} |
{{ trans('Payments::admin/forms/new.types.' . $list->type) }} |
{!! $list->system_payment !== null ? '' : '' !!} |
{!! $list->c('isActiveForCurrentStore') === true ? '' : '' !!}
|
|
@empty
{{ trans('Payments::admin/lists/list.empty.list') }}
|
@endforelse