One Hat Cyber Team
  • Dir : ~/var/www/wesellnew/core/resources/views/front/
  • Edit File: contact.blade.php
    @error('message')

    {{$message}}

    @enderror
    @if ($setting->recaptcha == 1)
    {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) @php $errmsg = $errors->first('g-recaptcha-response'); @endphp

    {{__("$errmsg")}}

    @endif
    @endif
    @endsection