mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 01:28:37 +00:00
3 lines
129 B
PHP
3 lines
129 B
PHP
@props(['disabled' => false])
|
|
|
|
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'form-control']) !!}>
|