@extends('layouts.default', ['appTopMenu' => true]) @push('head') @endpush @section('content')

Verify Captcha

@csrf @error('error_invalid')

{{$message}}

@enderror
@if ($errors->has('mobile_no'))
{{ $errors->first('mobile_no') }}
@endif
{{$captcha_code}}
@if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif
@endsection