@if(count($ListAccounts) > 0)
@foreach($ListAccounts as $ListAccount)
{{ $ListAccount['sdt'] }} |
{{ $ListAccount['status_text'] }}
|
{{-- {{ \Carbon\Carbon::parse($ListAccount['created_at'])->format('d-m-Y H:o') }} | --}}
{{ number_format($ListAccount['countbank']) }}/{{ CONFIG_LIMIT_LAN_BANK }} |
@endforeach
@endif