@extends('layout.front.front') @push('head') @endpush @section('content')





Verify Captcha

@csrf @error('error_invalid')

{{$message}}

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