@extends('layouts.app1')
@section('content')
@include('flashmessage')
| SN |
Member ID |
PSA Name |
Location |
Pincode |
Phone1 |
Phone2 |
State Name |
Email |
Pan Number |
DOB |
AAdhar |
City |
Name |
Status |
|
@foreach ($panData as $key=> $document)
| {{$key+1}} |
{{$document->member->loginId}} |
{{$document->psa_name}} |
{{$document->psa_location}} |
{{$document->pincode}} |
{{$document->phone1}} |
{{$document->phone2}} |
{{$document->statename}} |
{{$document->emailid}} |
{{$document->panNumber}} |
{{$document->pandob}} |
{{$document->aadhar}} |
{{$document->city}} |
{{$document->name}} |
Cancelled |
|
@endforeach
|
|