fixed dashboard id issue..
This commit is contained in:
parent
6224661cab
commit
411999c01f
@ -20,7 +20,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
|
|
||||||
@foreach ($user_dashboards as $user_dashboard)
|
@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 }}
|
{{ $user_dashboard->name }}
|
||||||
</x-dropdown.link>
|
</x-dropdown.link>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user