@extends('frontend.layouts.partials.app') @section('title', 'Loan Form') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') {{-- Hero Section --}}

Loan Form

Enter your information to apply for a loan.

{{-- Form Section --}}
  1. Success

    Account Opening

    Step-1

  2. Success

    KYC Form

    Step-2

  3. 3

    Loan Application

    Step-3

  4. 4

    Confirmation

    Step-4

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