pianello-api/resources/views/components/base/form-switch/index.blade.php

3 lines
142 B
PHP
Raw Normal View History

<x-base.form-check {{ $attributes->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}>
{{ $slot }}</x-base.form-check>