This commit is contained in:
2022-08-06 21:36:02 -04:00
parent ed1dc93878
commit 1168903d26
3 changed files with 198 additions and 4 deletions
+40 -4
View File
@@ -3,9 +3,47 @@
<div class="row g-5 g-xl-8">
<!--begin::Col-->
<div class="col-xl-6">
<!--begin::Tables Widget 3-->
<div class="card card-xl-stretch mb-5 mb-xl-8">
<div class="card mb-5 mb-xl-8">
<!--begin::Card header-->
<div class="card-header border-0 cursor-pointer" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_profile_details" aria-expanded="true" aria-controls="kt_account_profile_details">
<!--begin::Card title-->
<div class="card-title m-0">
<h3 class="fw-bolder m-0">Add Credit with Account Deposit</h3>
</div>
<!--end::Card title-->
</div>
<!--begin::Card header-->
<!--begin::Content-->
<div id="kt_account_settings_profile_details" class="collapse show">
<!--begin::Form-->
<form id="start_top_up" action="/member/starttopup" class="form" method="post">
<!--begin::Card body-->
<div class="card-body border-top p-9">
<div class="row mb-6">
<!--begin::Label-->
<label class="col-lg-4 col-form-label required fw-bold fs-6">Amount(Naira)</label>
<!--end::Label-->
<!--begin::Col-->
<div class="col-lg-8 fv-row">
<input type="text" name="company" class="form-control form-control-lg form-control-solid" placeholder="Company name" value="0" />
</div>
<!--end::Col-->
</div>
</div>
<!--end::Card body-->
<!--begin::Actions-->
<div class="card-footer d-flex justify-content-end py-6 px-9">
<button type="submit" class="btn btn-sx btn-primary" id="kt_account_profile_details_submit">Continue</button>
</div>
<!--end::Actions-->
</form>
<!--end::Form-->
</div>
<!--end::Content-->
</div>
<div class="card mb-5 mb-xl-8">
<!--begin::Card header-->
<div class="card-header">
<div class="card-title">
@@ -23,8 +61,6 @@
</div>
<!--end::Card body-->
</div>
<!--end::Tables Widget 3-->
</div>
<!--end::Col-->