Add captcha tokens management.
This commit is contained in:
5
resources/views/private/captcha_tokens/_from.blade.php
Normal file
5
resources/views/private/captcha_tokens/_from.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
@csrf
|
||||
<x-private.forms.input :title="__('validation.attributes.title')" name="title" type="text" :value="$captchaToken->title" required autofocus />
|
||||
@canany(['create', 'update'], $captchaToken)
|
||||
<button class="btn btn-primary" type="submit">{{ __('Save') }}</button>
|
||||
@endcanany
|
Reference in New Issue
Block a user