@extends('frontend.layouts.partials.app') @section('title', 'Account Opening') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')
{{-- @include('frontend.layouts.accountOpening.partials.formsidebar') --}}

Goodwill Account Opening Form

@csrf @method('PUT') @include('frontend.layouts.accountOpening.partials.form')
@endsection