updated client module
This commit is contained in:
@@ -291,8 +291,10 @@
|
||||
</div>
|
||||
<!-- Tabs Navigation for Additional Records -->
|
||||
<div class="card border-light-subtle shadow-sm mt-5 mb-4">
|
||||
<div class="card-header bg-white pt-3 pb-0 border-bottom">
|
||||
<ul class="nav nav-tabs card-header-tabs" id="clientRecordTabs" role="tablist">
|
||||
<div class="card-header bg-white py-3 border-bottom d-flex flex-column flex-md-row justify-content-between align-items-md-center gap-3">
|
||||
|
||||
<!-- Tab Links -->
|
||||
<ul class="nav nav-tabs card-header-tabs m-0" id="clientRecordTabs" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link active fw-bold text-dark" id="shortcodes-tab" data-bs-toggle="tab" data-bs-target="#shortcodes-pane" type="button" role="tab">
|
||||
<i class="bi bi-code-square text-primary me-1"></i> Short Codes
|
||||
@@ -312,6 +314,20 @@
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Action Buttons Corresponding to Tabs -->
|
||||
<div class="tab-action-buttons">
|
||||
<button type="button" class="btn btn-sm btn-outline-primary fw-bold" data-bs-toggle="modal" data-bs-target="#addShortcodeModal">
|
||||
<i class="bi bi-plus-lg me-1"></i> Add Short Code
|
||||
</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary fw-bold ms-1" data-bs-toggle="modal" data-bs-target="#addPaymentModal">
|
||||
<i class="bi bi-plus-lg me-1"></i> Add Payment
|
||||
</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-primary fw-bold ms-1" data-bs-toggle="modal" data-bs-target="#uploadDocumentModal">
|
||||
<i class="bi bi-upload me-1"></i> Upload Doc
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card-body bg-light tab-content" id="clientRecordTabsContent">
|
||||
@@ -471,4 +487,8 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@include('clients.partials.shortcode-payment-docs-modal')
|
||||
@endsection
|
||||
@section('scripts')
|
||||
<script src="{{ asset('js/client-show-modals.js') }}"></script>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user