SmartCane/laravel_app/resources/views/livewire/components/pending-message.blade.php
2024-05-29 16:43:59 +02:00

7 lines
166 B
PHP

<span>
@if($count > 0)
<p class="text-base text-gray-700 animate-pulse"> Pending {{ $type }} for this project: {{ $this->count }}</p>
@endif
</span>