Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Apr 23, 2024
1 parent 094e05e commit 614f390
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions resources/views/navigation/group.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
])
->whereDoesntStartWith('wire:model')
}}>


@foreach ($navigation->items() as $item)
<x-wireuse::actions-link
:action="$item"
Expand All @@ -20,30 +18,5 @@ class="{{ $attributes->classFor('tab') }}"
class:active="{{ $attributes->classFor('active') }}"
class:inactive="{{ $attributes->classFor('inactive') }}"
/>



{{-- <input
type="radio"
value="{{ $item->getName() }}"
id="{{ $item->getName() }}"
class="hidden"
{{ $attributes->whereStartsWith('wire:model') }}
>
<label
{{ $attributes
->classOnly([
'tab',
'active' => $item->getName() === $this->{$wireModel()},
])
->merge([
'for' => $item->getName()
])
}}
>
{{ $item->getLabel() }}
</label> --}}
@endforeach
</nav>

0 comments on commit 614f390

Please sign in to comment.