6 lines
218 B
PHP
6 lines
218 B
PHP
@if($deprecated !== false)
|
|
@php($text = $deprecated === true ? 'deprecated' : "deprecated:$deprecated")
|
|
@component('scribe::components.badges.base', ['colour' => 'darkgoldenrod', 'text' => $text])
|
|
@endcomponent
|
|
@endif
|