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

4 lines
138 B
PHP

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