Files
online.tbbank.gov.tm-larave…/resources/views/orders/loan/mobile/loan-history.blade.php
2024-10-18 19:29:44 +05:00

21 lines
814 B
PHP

@php
@endphp
<div class="loan-history-container">
<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:[&amp;:not(:disabled)]:bg-primary-400 hover:[&amp;:not(:disabled)]:border-primary-400 text-white dark:text-gray-900"
onclick="fetchLoanHistory(
'loan-history-container',
'{{ $resource->passport_serie }}',
'{{ $resource->passport_id }}',
)">
<span class="flex items-center gap-1">Karz taryhyny ýükle</span>
</button>
<div id="loan-history-container">
</div>
</div>