@extends('adminlayout.admin') @section('content')



AEPS KYC

AEPS KYC
@csrf
@if ($errors->has('merchantName')) {{ $errors->first('merchantName') }} @endif
@if ($errors->has('merchantPhoneNumber')) {{ $errors->first('merchantPhoneNumber') }} @endif
@if ($errors->has('firm')) {{ $errors->first('firm') }} @endif
@if ($errors->has('emailId')) {{ $errors->first('emailId') }} @endif
Check KYC Status
@csrf
@if ($errors->has('merchantcode')) {{ $errors->first('merchantcode') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@isset($array)
Status:- {{ $array->status }}
Message:- {{ $array->message }}
Approval:- {{ $array->is_approved }}
@endisset
@endsection