Initial Commit
The initial public commit of MVGL website code.
This commit is contained in:
commit
b39ecf1638
2043 changed files with 215154 additions and 0 deletions
14
resources/views/partials/general/_button-indicator.blade.php
Normal file
14
resources/views/partials/general/_button-indicator.blade.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
@php
|
||||
$label = $label ?? __('Submit');
|
||||
$message = $message ?? __('Please wait...');
|
||||
@endphp
|
||||
|
||||
<!--begin::Indicator-->
|
||||
<span class="indicator-label">
|
||||
{{ $label }}
|
||||
</span>
|
||||
<span class="indicator-progress">
|
||||
{{ $message }}
|
||||
<span class="spinner-border spinner-border-sm align-middle ms-2"></span>
|
||||
</span>
|
||||
<!--end::Indicator-->
|
Loading…
Add table
Add a link
Reference in a new issue