@section('meta_title', __('sections.Captcha tokens')) @section('h1', __('sections.Captcha tokens')) @include('private.captcha_tokens._top')
@foreach($captchaTokens as $captchaToken) @endforeach
{{ __('validation.attributes.title') }}
{{ $captchaToken->title }} @can('delete', $captchaToken)
@csrf @method('DELETE')
@endcan
@push('scripts') @include('private._scripts._click-confirm', ['alert' => __('Do you want to delete?')]) @endpush