@extends('layouts.main') @section('title') KYC Form: Create @endsection @section('content')
@csrf @include('kycForm.partials.form')
 Cancel
@endsection