One Hat Cyber Team
  • Dir : ~/home/smarbgfw/www/updater/resources/views/front/
  • Edit File: quote.blade.php
    @endif @if ($input->type == 6) name")}}" placeholder="{{convertUtf8($input->placeholder)}}" autocomplete="off"> @endif @if ($input->type == 7) name")}}" placeholder="{{convertUtf8($input->placeholder)}}" autocomplete="off"> @endif @if ($input->type == 5)

    ** {{__('Only zip file is allowed')}}

    @endif @if ($errors->has("$input->name"))

    {{$errors->first("$input->name")}}

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

    {{__("$errmsg")}}

    @endif
    @endif
    @endsection