mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
4 lines
129 B
PHP
4 lines
129 B
PHP
|
@props(['disabled' => false])
|
||
|
|
||
|
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'form-control']) !!}>
|