code refactroing

This commit is contained in:
Burak Civan
2022-07-05 11:19:33 +03:00
parent ebf6112a08
commit 6ebc133433
3 changed files with 5 additions and 9 deletions

View File

@ -7,7 +7,7 @@
v-if="{{ $attributes['show'] }}"
@endif
>
<x-form.label for="{{ $name }}" {{ $attributes->merge($custom_attributes) }}>{!! $label !!}</x-form.label>
<x-form.label for="{{ $name }}">{!! $label !!}</x-form.label>
<div class="flex items-center mt-1">
@if (empty($attributes['disabled']))