@props([
'inputType' => 'checkbox'
])
except('input-type') }}
input-type="{{ $inputType }}"
>
@pushOnce('scripts')
{{-- v-tree-view component --}}
@endPushOnce
{{-- Tree Item Component --}}
@if ($inputType == 'checkbox')
{{-- Tree Checkbox Component --}}
@else
{{-- Tree Radio component --}}
@endif