@extends('layouts.main') @section('content')
@foreach ($activeusers as $kyc) @endforeach
Name Username Status Aadhar Date of Birth Mobile Address Profile Pic Bank Passbook/Bank Statement Action
{{ $kyc->name }} {{ $kyc->username }} @if ($kyc->status == '0') @elseif ($kyc->status == '1') @else @endif aadhar_number") }}" style="width: 100px" alt=""> {{ $kyc->dob }} {{ $kyc->mobile }} {{ $kyc->address }} image") }}" style="width: 100px" alt=""> bank_passbook") }}" style="width: 100px" alt="">
@csrf
@endsection