@php if (!empty($itemValue) and !is_array($itemValue)) { $itemValue = json_decode($itemValue, true); } @endphp

{{ trans('update.user_banks_credits') }}

@if(!empty($userBanks))
@foreach($userBanks as $userBank) @endforeach
{{ trans('admin/main.logo') }} {{ trans('admin/main.title') }} {{ trans('update.specifications') }} {{ trans('admin/main.actions') }}
{{ $userBank->title }} {{ $userBank->specifications->count() }}
@endif
@push('scripts_bottom') @endpush