芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/user/kyc/index.blade.php
@extends('layouts.user') @section('styles') @endsection @section('contents')
@lang('KYC Form')
@lang('Dashboard')
@lang('KYC Form')
@includeIf('includes.flash')
@csrf @foreach ($userForms as $field) @if ($field->type == 1 || $field->type == 3 )
@lang($field->label)
@if ($field->type == 1)
required == 1 ? 'required':'Optional'}}> @else
</textarea> @endif
@elseif($field->type == 2)
@lang($field->label)
required == 1 ? 'required':'Optional'}}>
@endif @endforeach
@endsection @push('js') @endpush