fixed dashboard id issue..
This commit is contained in:
parent
6224661cab
commit
411999c01f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user