@extends('admin.layouts.main') @section('panel')

{{__($setTitle)}}

@csrf
@foreach($setting->kyc_configuration as $key => $value) @include('admin.partials.kyc_option_row', ['key' => $key, 'value' => $value]) @endforeach
{{ __('Labels') }} {{ __('Type') }} {{ __('Required') }} {{ __('Action') }}
@endsection @push('script-push') @endpush