migrate to gtea from bistbucket
This commit is contained in:
18
Modules/Business/resources/views/banks/warning.blade.php
Normal file
18
Modules/Business/resources/views/banks/warning.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<div class="modal fade common-validation-modal" id="warning-modal">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header border-0">
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<img src="{{ asset('assets/web/images/icons/warning.svg') }}" alt="" srcset="">
|
||||
</div>
|
||||
<p class="text-center mt-3 warning-text">{{__('This bank account can not be deleted as it already has
|
||||
transactions. Please delete all transactions other than bank entries before deleting the account.')}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user