@extends('frontend.layouts.partials.app') @section('title', 'Show KYC Form') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')
{{-- @include('frontend.layouts.kyc.partials.formsidebar') --}}
  1. Success

    Account Opening

    Step-1

  2. Success

    KYC Form

    Step-2

  3. 3

    Confirmation

    Step-3

@include('frontend.layouts.kyc.partials.kycform', ['preview' => true])
@endsection @section('scripts') @include('frontend.layouts.kyc.partials.scripts') @endsection