4 lines
138 B
PHP
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
|