@extends('layouts.admin') @section('title') @lang(ucfirst($userType).' KYC Details') @endsection @section('breadcrumb')

@lang(ucfirst($userType).' KYC Details')

@lang('Back')
@endsection @section('content')
@if ($info->kyc_info) @else

@lang('No data submitted')

@endif
@if (access('kyc reject')) @endif @if (access('kyc approve')) @endif @endsection