Updated charge close to working
This commit is contained in:
		| @@ -94,6 +94,21 @@ | ||||
|       </details> | ||||
|     </li> | ||||
|      | ||||
|     <!-- Transactions Section --> | ||||
|     <li> | ||||
|       <details> | ||||
|         <summary class="font-bold text-lg">Transactions</summary> | ||||
|         <ul> | ||||
|           <li> | ||||
|             <router-link :to="{ name: 'transactionsAuthorize' }" exact-active-class="active"> | ||||
|               Authorize | ||||
|               <span v-if="countsStore.transaction > 0" class="badge badge-secondary">{{ countsStore.transaction }}</span> | ||||
|             </router-link> | ||||
|           </li> | ||||
|         </ul> | ||||
|       </details> | ||||
|     </li> | ||||
|  | ||||
|     <!-- Admin Section remains the same --> | ||||
|     <li> | ||||
|       <details> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user