@extends('admin.layouts.main') @section('panel') {{__($setTitle)}} {{ __('Add More') }} @csrf {{ __('Labels') }} {{ __('Type') }} {{ __('Required') }} {{ __('Action') }} @foreach($setting->kyc_configuration as $key => $value) @include('admin.partials.kyc_option_row', ['key' => $key, 'value' => $value]) @endforeach {{ __('Submit') }} @endsection @push('script-push') @endpush