loan history
This commit is contained in:
@@ -2,7 +2,15 @@
|
|||||||
|
|
||||||
@endphp
|
@endphp
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.loan-history-container {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 15% 1fr;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<div class="loan-history-container">
|
<div class="loan-history-container">
|
||||||
|
<div>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="border text-left appearance-none cursor-pointer rounded text-sm font-bold focus:outline-none focus:ring ring-primary-200 dark:ring-gray-600 relative disabled:cursor-not-allowed inline-flex items-center justify-center shadow h-9 px-3 bg-primary-500 border-primary-500 hover:[&:not(:disabled)]:bg-primary-400 hover:[&:not(:disabled)]:border-primary-400 text-white dark:text-gray-900"
|
class="border text-left appearance-none cursor-pointer rounded text-sm font-bold focus:outline-none focus:ring ring-primary-200 dark:ring-gray-600 relative disabled:cursor-not-allowed inline-flex items-center justify-center shadow h-9 px-3 bg-primary-500 border-primary-500 hover:[&:not(:disabled)]:bg-primary-400 hover:[&:not(:disabled)]:border-primary-400 text-white dark:text-gray-900"
|
||||||
@@ -13,6 +21,7 @@
|
|||||||
)">
|
)">
|
||||||
<span class="flex items-center gap-1">Karz taryhyny ýükle</span>
|
<span class="flex items-center gap-1">Karz taryhyny ýükle</span>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="loan-history-item-container">
|
<div id="loan-history-item-container">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user