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