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

KYC Form

@if ($errors)
    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
  1. success

    Account Opening

    Step-1 - Completed

  2. 2

    KYC Form

    Step-2

  3. 3

    Confirmation

    Step-3

@csrf @include('frontend.layouts.kyc.partials.kycform')
@endsection @section('scripts') @include('frontend.layouts.kyc.partials.scripts') @endsection