7 lines
144 B
PHP
7 lines
144 B
PHP
@props([
|
|
'label' => '',
|
|
'link' => null,
|
|
])
|
|
|
|
<li><a class="whitespace-nowrap" @if($link) href="{{ $link }}" @endif>{{ $label }}</a></li>
|