@extends('admin.layouts.form') @section('section', translate('Settings')) @section('title', translate('KYC Settings')) @section('container', 'container-max-xl') @section('content')
@csrf
{{ translate('Actions') }}
{{ translate('When KYC is required the user will not be able to buy or sell items until finish the KYC verification.') }}
kyc->status ? 'checked' : '' }}>
kyc->required ? 'checked' : '' }}>
kyc->selfie_verification ? 'checked' : '' }}>
{{ translate('Avatars') }}
{{ translate('Supported (JPEG, JPG, PNG, SVG)') }}
{{ translate('Supported (JPEG, JPG, PNG, SVG)') }}
{{ translate('Supported (JPEG, JPG, PNG, SVG)') }}
{{ translate('Supported (JPEG, JPG, PNG, SVG)') }}
@endsection