@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() }}
@include('admin.includes.delete_button',[ 'url' => getAdminPanelUrl("/settings/financial/user_banks/{$userBank->id}/delete"), 'btnClass' => 'btn-sm btn-transparent d-block text-danger ml-2' , 'btnText' => '' ])
@endif
@push('scripts_bottom') @endpush