|
1 | | -<div class="bg-skin-menu divide-y divide-skin-light"> |
| 1 | +<div class="bg-skin-menu"> |
2 | 2 | <x-layouts.header /> |
3 | | - <div class="max-w-7xl mx-auto px-2 py-3 sm:px-4"> |
4 | | - <nav class="flex items-center space-x-3" aria-label="Global"> |
| 3 | + <div class="max-w-7xl mx-auto px-2 sm:px-4"> |
| 4 | + <nav class="border-t border-skin-base py-3 flex items-center space-x-3" aria-label="Global"> |
5 | 5 | <a href="{{ route('cpanel.home') }}" class="text-sm font-medium rounded-md py-2 px-3 inline-flex items-center {{ active(['cpanel.home'], 'bg-green-50 text-green-800', 'text-skin-base hover:bg-skin-card-muted hover:text-skin-inverted') }}" aria-current="page" x-state:on="Current" x-state:off="Default"> |
6 | 6 | {{ __('Tableau de bord') }} |
7 | 7 | </a> |
| 8 | + <a href="{{ route('cpanel.analytics') }}" class="inline-flex text-sm font-medium rounded-md py-2 px-3 inline-flex items-center {{ active(['cpanel.analytics*'], 'bg-green-50 text-green-800', 'text-skin-base hover:bg-skin-card-muted hover:text-skin-inverted') }}"> |
| 9 | + {{ __('Analytics') }} |
| 10 | + </a> |
8 | 11 | <a href="{{ route('cpanel.users.browse') }}" class="text-sm font-medium rounded-md py-2 px-3 inline-flex items-center {{ active(['cpanel.users*'], 'bg-green-50 text-green-800', 'text-skin-base hover:bg-skin-card-muted hover:text-skin-inverted') }}"> |
9 | 12 | {{ __('Utilisateurs') }} |
10 | 13 | </a> |
11 | | - <a href="#" class="text-sm font-medium rounded-md py-2 px-3 inline-flex items-center {{ active(['categories*'], 'bg-green-50 text-green-800', 'text-skin-base hover:bg-skin-card-muted hover:text-skin-inverted') }}"> |
| 14 | + <a href="#" class="text-sm font-medium rounded-md py-2 px-3 inline-flex items-center {{ active(['cpanel.categories*'], 'bg-green-50 text-green-800', 'text-skin-base hover:bg-skin-card-muted hover:text-skin-inverted') }}"> |
12 | 15 | {{ __('Catégories') }} |
13 | 16 | </a> |
14 | | - <a href="#" class="inline-flex text-sm font-medium rounded-md py-2 px-3 inline-flex items-center {{ active(['submissions*'], 'bg-green-50 text-green-800', 'text-skin-base hover:bg-skin-card-muted hover:text-skin-inverted') }}"> |
| 17 | + <a href="#" class="inline-flex text-sm font-medium rounded-md py-2 px-3 inline-flex items-center {{ active(['cpanel.submissions*'], 'bg-green-50 text-green-800', 'text-skin-base hover:bg-skin-card-muted hover:text-skin-inverted') }}"> |
15 | 18 | {{ __('Soumissions') }} {{--<span class="ml-2 text-sm leading-5 text-skin-inverted-muted">0</span>--}} |
16 | 19 | </a> |
17 | | - <a href="#" class="inline-flex text-sm font-medium rounded-md py-2 px-3 inline-flex items-center {{ active(['analytics*'], 'bg-green-50 text-green-800', 'text-skin-base hover:bg-skin-card-muted hover:text-skin-inverted') }}"> |
18 | | - {{ __('Analytics') }} |
19 | | - </a> |
20 | 20 | </nav> |
21 | 21 | </div> |
22 | 22 | </div> |
0 commit comments