|
1 | | -<!-- =================================================== --> |
2 | | -<!-- ========== Top menu items (ordered left) ========== --> |
3 | | -<!-- =================================================== --> |
| 1 | +{{-- =================================================== --}} |
| 2 | +{{-- ========== Top menu items (ordered left) ========== --}} |
| 3 | +{{-- =================================================== --}} |
4 | 4 | <ul class="nav navbar-nav d-md-down-none"> |
5 | 5 |
|
6 | 6 | @if (backpack_auth()->check()) |
7 | | - <!-- Topbar. Contains the left part --> |
| 7 | + {{-- Topbar. Contains the left part --}} |
8 | 8 | @include(backpack_view('inc.topbar_left_content')) |
9 | 9 | @endif |
10 | 10 |
|
11 | 11 | </ul> |
12 | | -<!-- ========== End of top menu left items ========== --> |
| 12 | +{{-- ========== End of top menu left items ========== --}} |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 | | -<!-- ========================================================= --> |
17 | | -<!-- ========= Top menu right items (ordered right) ========== --> |
18 | | -<!-- ========================================================= --> |
| 16 | +{{-- ========================================================= --}} |
| 17 | +{{-- ========= Top menu right items (ordered right) ========== --}} |
| 18 | +{{-- ========================================================= --}} |
19 | 19 | <ul class="nav navbar-nav ml-auto @if(config('backpack.base.html_direction') == 'rtl') mr-0 @endif"> |
20 | 20 | @if (backpack_auth()->guest()) |
21 | 21 | <li class="nav-item"><a class="nav-link" href="{{ route('backpack.auth.login') }}">{{ trans('backpack::base.login') }}</a> |
|
24 | 24 | <li class="nav-item"><a class="nav-link" href="{{ route('backpack.auth.register') }}">{{ trans('backpack::base.register') }}</a></li> |
25 | 25 | @endif |
26 | 26 | @else |
27 | | - <!-- Topbar. Contains the right part --> |
| 27 | + {{-- Topbar. Contains the right part --}} |
28 | 28 | @include(backpack_view('inc.topbar_right_content')) |
29 | 29 | @include(backpack_view('inc.menu_user_dropdown')) |
30 | 30 | @endif |
31 | 31 | </ul> |
32 | | -<!-- ========== End of top menu right items ========== --> |
| 32 | +{{-- ========== End of top menu right items ========== --}} |
0 commit comments