mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
7 lines
223 B
PHP
7 lines
223 B
PHP
@props(['text' => null])
|
|
<span class="flex items-center gap-4 text-white">
|
|
{{ $text }}<span
|
|
{{ $attributes->class(['bg-warning loading', 'loading-spinner' => !$attributes->has('class')]) }}>
|
|
</span>
|
|
</span>
|