One Hat Cyber Team
  • Dir : ~/home/umkm/public_html/resources/views/user-front/
  • Edit File: quote.blade.php
    @if ($errors->has("$input->name"))

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

    @endif @endif @if ($input->type == 6)
    name") }}" placeholder="{{ $input->placeholder }}" autocomplete="off"> @if ($errors->has("$input->name"))

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

    @endif
    @endif @if ($input->type == 7)
    name") }}" placeholder="{{ $input->placeholder }}" autocomplete="off"> @if ($errors->has("$input->name"))

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

    @endif
    @endif @if ($input->type == 5)

    ** {{ $keywords['Only_zip_file_is_allowed'] ?? 'Only zip file is allowed' }}

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

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

    @endif
    @endif @endforeach
    @if ($userBs->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