{{--

{{ __('KYC List') }}

--}}
@if(isset($kyc_list)) @foreach($kyc_list as $value) @endforeach @else @endif
{{__('Name')}} {{__('Type')}} {{__('Status')}} {{__('Action')}}
{{$value->name}} {{kycList($value->type)}}
{{__('Update')}}
{{__('No data found')}}