fixed dashboard id issue..

This commit is contained in:
Cüneyt Şentürk 2022-09-06 17:08:56 +03:00
parent 6224661cab
commit 411999c01f

View File

@ -20,7 +20,7 @@
</x-slot>
@foreach ($user_dashboards as $user_dashboard)
<x-dropdown.link href="{{ route('dashboards.switch', $user_dashboard->id) }}" id="show-dashboard-switch-{{ $class->model->id }}">
<x-dropdown.link href="{{ route('dashboards.switch', $user_dashboard->id) }}" id="show-dashboard-switch-{{ $user_dashboard->id }}">
{{ $user_dashboard->name }}
</x-dropdown.link>
@endforeach