view publishable/resources/views/components/text-input.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 84c75d9d90be
children
line wrap: on
line source

@props(['disabled' => false])

<input @disabled($disabled)
    {{ $attributes->merge(['class' => 'form-control']) }}>