This repository has been archived on 2024-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
PriceyBotPanel/resources/views/components/input-label.blade.php

6 lines
165 B
PHP

@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-nexi-black dark:text-nexi-grey']) }}>
{{ $value ?? $slot }}
</label>