@php $highlighted = $highlighted ?? true; $label = $label ?? null; $subtext = $subtext ?? null; $wrapper = $wrapper ?? true; @endphp @if ($wrapper)
@endif
@if ($label) @if (!$highlighted) {{ $label }} @else {{ $label }} @endif @endif {{ $value }} @if ($subtext) {{ $subtext }} @endif
@if ($wrapper)
@endif