@extends('frontend.layouts.partials.app') @section('title', 'Account Opening::' . $accountType->name) @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') {{-- Hero Section --}} Account Opening Form ({{ $accountType->name }}) Please fill out your details to open your account. {{-- Form Section --}} {{-- Form --}} @csrf @include('frontend.layouts.accountOpening.partials.form') {{-- reCAPTCHA --}} @error('g-recaptcha-response') {{ $message }} @enderror {{-- Submit Button --}} Proceed @endsection @push('scripts') @endpush
Please fill out your details to open your account.
{{ $message }}