view publishable/resources/views/components/input-label.blade.php @ 6:6ded573b0a61

updating the server tables to show blank on null by default
author luka
date Tue, 09 Sep 2025 15:49:54 -0400
parents b44434aaa767
children
line wrap: on
line source

@props(['value'])

<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
    {{ $value ?? $slot }}
</label>