@include('includes.header')

LeadingIndia Payment

@if(!empty($errors->first()))
{{ $errors->first() }}
@endif
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
OTP has been sent on your mobile and email. @if ($errors->has('otp')) {{ $errors->first('otp') }} @endif
@if ($errors->has('purpose')) {{ $errors->first('purpose') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
{{ csrf_field() }}
@include('includes.footer')