@section('meta_title', __('sections.Dashboard')) @section('h1', __('sections.Dashboard'))
@can('viewAny', \App\Models\CaptchaToken::class)
@foreach($items as $item) @endforeach
{{ __('validation.attributes.date') }} Capctha
{{ $item->created_at->timezone(\App\Helpers\Helpers::getUserTimeZone())->format("d.m.Y H:i:s") }} @if($item->captcha && $item->captcha->captchaToken) {{ $item->captcha->captchaToken->title }} @endif

{{ $item->type->getTitle() }}

IP: {{ $item->ip }}

User Agent: {{ $item->user_agent }}

referer: {{ $item->referer }}

@endcan