@extends('admin.layouts.app') @section('contents')
| Full Name | {{ $kyc_request->full_name }} | ||
| Birth Date | {{ $kyc_request->date_of_birth }} | ||
| Gender | {{ $kyc_request->gender }} | ||
| Full Address | {{ $kyc_request->full_address }} | ||
| Document Type | {{ $kyc_request->document_type }} | ||
| Document Scan Copy | Download | ||
| GST Certificate | Download | ||
| Truck License | Download | ||
| Status | @if ($kyc_request->status == 'pending')Pending | @elseif($kyc_request->status == 'approved')Approved | @elseRejected | @endif
| Change Status |