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