@php use WebDevEtc\BlogEtc\Captcha\CaptchaAbstract; use WebDevEtc\BlogEtc\Models\Post; /** @var Post $post */ /** @var CaptchaAbstract $captcha */ @endphp
Ajouter un commentaire
@csrf
@if(config("blogetc.comments.save_user_id_if_logged_in", true) == false || !Auth::check())
@if(config("blogetc.comments.ask_for_author_email"))
@endif @endif @if(config("blogetc.comments.ask_for_author_website"))
@endif
@if($captcha) {{-- Captcha is enabled. Load the type class and then include the view as defined in the captcha class. --}} @include($captcha->view()) @endif