{{$page_title}}
Name : {{$data->name}}
Designation: {{$data->designation ? $data->designation->name : ""}}
Phone : {{$data->phone}}
Address :
{{$data->userDetail->village->name}},
{{$data->userDetail->gramPanchayat->name}},
{{$data->userDetail->block->name}},
{{$data->userDetail->district->name}},
{{$data->userDetail->state->name}},
{{$data->userDetail->country->name}}
Aadhaar Number : {{$data->userDetail->aadhar_number}}
Pan Number : {{$data->userDetail->pancard_number}}
Wallet Balance
₹ {{$data->balance}} /-
| # | Balance | Source | Status | Date | |||||
|---|---|---|---|---|---|---|---|---|---|
| {{$i++}} | {{$history->balance}} | {{ucwords(str_replace('_', ' ',$history->from))}} | @if ($history->status=="credit") {{ucfirst($history->status)}} @else {{ucfirst($history->status)}} @endif | {{$history->created_at}} | |||||
|
Opps!! There Are No Data Found.. |
|||||||||