@extends('front.user.profile') @section('page-title', 'KYC/AML') @section('tab-content') {!! Form::open(['route' => 'front.user.update_kyc', 'method' => 'POST', 'files' => true, 'class' => 'flex-fill', 'id' => 'kyc-form']) !!}
KYC Information
Accepted formats: png, jpeg, jpg. Max file size 2Mb
{!! Form::close() !!} @stop