@extends('frontend.layouts.partials.app') @section('title', 'Edit KYC Form') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') {{-- Hero Section --}} Know Your Customer (KYC) Form Submit your details for identity verification. {{-- Form Container --}} {{-- Step Indicator --}} {{-- Success SVG --}} Account Opening Step-1 - Completed 2 KYC Form Step-2 3 Confirmation Step-3 {{-- KYC Form --}} @csrf @method('PUT') {{-- Include your KYC fields --}} @include('frontend.layouts.kyc.partials.kycform') {{-- Submit Button --}} Preview Form @endsection @section('scripts') @include('frontend.layouts.kyc.partials.scripts') @endsection
Know Your Customer (KYC) Form
Submit your details for identity verification.
Step-1 - Completed
Step-2
Step-3