mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-17 16:02:31 +01:00
9f53afb409
Updated blade components to use Bootstrap classes
6 lines
120 B
PHP
6 lines
120 B
PHP
@props(['value'])
|
|
|
|
<label {{ $attributes->merge(['class' => 'small text-muted']) }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|