7 lines
166 B
PHP
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>
|
|
|