@php $captcha = $captcha ?? []; $required = ! empty($captcha['required']); @endphp @if($required)

{{ $captcha['hint'] ?? 'দুই সংখ্যার যোগফল লিখুন' }}

{{ $captcha['question'] ?? '' }}
@error('captcha_answer')
{{ $message }}
@enderror
@endif