@extends('layouts.admin') @section('content')
{{ __('Edit KYC Module') }}
{{ __('Edit User KYC Module') }}
@include('includes.admin.form-both') {{ csrf_field() }}
sectionCheck('Invest') ? 'checked' : '' }} class="custom-control-input" id="Invest">
sectionCheck('Transfer & Request') ? 'checked' : '' }} class="custom-control-input" id="Transfer">
sectionCheck('Deposits') ? 'checked' : '' }} class="custom-control-input" id="deposit">
sectionCheck('Payouts') ? 'checked' : '' }} class="custom-control-input" id="payout">
sectionCheck('Referral') ? 'checked' : '' }} class="custom-control-input" id="referral">
@endsection