@props([
'tool' => null,
'name' => null,
'label' => null,
'plans' => false,
'upTo' => null,
])
merge(['class' => 'me-auto align-self-center']) }}>
@if (Lang::has("tools.{$label}"))
@lang("tools.{$label}", ['count' => $tool->$name])
@endif
@if ($plans)
merge(['class' => 'ms-auto text-end']) }}>
@if (Lang::has("tools.{$upTo}"))
@lang("tools.{$upTo}")
@endif
@lang('tools.goPro')
@endif