mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-17 07:52:40 +01:00
9f53afb409
Updated blade components to use Bootstrap classes
4 lines
129 B
PHP
4 lines
129 B
PHP
@props(['disabled' => false])
|
|
|
|
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'form-control']) !!}>
|