@extends(template().'layout.master2') @section('content2')

{{ __('KYC Verification') }}

@csrf
@foreach ($general->kyc as $proof) @if ($proof['type'] == 'text')
@endif @if ($proof['type'] == 'textarea')
@endif @if ($proof['type'] == 'file')
@endif @endforeach
@endsection