@extends('layouts.admin') @section('content')
{{ __('User KYC Form') }}
@lang('KYC Form Fields')
@csrf

@forelse ($userForms as $field) @if ($field->type == 1 || $field->type == 3 )
@if($field->type == 1) @else @endif
@elseif($field->type == 2)
@if ($field->type == 2 ) @endif
@endif @empty
@lang('No fields available')
@endforelse
@stop @section('scripts') @endsection @section('style') @endsection