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

Check Loan Eligibility

@csrf
@if ($errors->has('email')){{ $errors->first('email') }}@endif We'll never share your email with anyone else.
@if ($errors->has('pan')){{ $errors->first('pan') }}@endif
@endsection