@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 --}}
  1. {{-- Success SVG --}}

    Account Opening

    Step-1 - Completed

  2. 2

    KYC Form

    Step-2

  3. 3

    Confirmation

    Step-3

{{-- KYC Form --}}
@csrf @method('PUT') {{-- Include your KYC fields --}} @include('frontend.layouts.kyc.partials.kycform') {{-- Submit Button --}}
@endsection @section('scripts') @include('frontend.layouts.kyc.partials.scripts') @endsection