menghapus bootcamp
This commit is contained in:
parent
b11f78ab31
commit
e30ac8a5c8
@ -1642,7 +1642,7 @@ img {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: var(--color-white);
|
||||
background-color: #C664FF;
|
||||
background-color: var(--color-1);
|
||||
border-radius: 6px;
|
||||
padding: 6px 12px;
|
||||
z-index: 999;
|
||||
@ -1995,7 +1995,7 @@ img {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: var(--color-white);
|
||||
background-color: #c664ff;
|
||||
background-color: var(--color-1);
|
||||
border-radius: 6px;
|
||||
padding: 6px 12px;
|
||||
z-index: 999;
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
</li>
|
||||
@endif
|
||||
|
||||
@if (has_permission('admin.bootcamps'))
|
||||
<!-- @if (has_permission('admin.bootcamps'))
|
||||
<li
|
||||
class="sidebar-first-li first-li-have-sub {{ $current_route == 'admin.bootcamps' || $current_route == 'admin.bootcamp.create' || $current_route == 'admin.bootcamp.edit' || $current_route == 'admin.bootcamp.purchase.history' || $current_route == 'admin.bootcamp.purchase.invoice' || $current_route == 'admin.bootcamp.categories' ? 'active' : '' }}">
|
||||
<a href="javascript:void(0);">
|
||||
@ -94,7 +94,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@endif
|
||||
@endif -->
|
||||
|
||||
{{-- @if (has_permission('admin.team.packages'))
|
||||
<li class="sidebar-first-li first-li-have-sub @if ($current_route == 'admin.team.packages' || $current_route == 'admin.team.packages.create' || $current_route == 'admin.team.packages.edit' || $current_route == 'admin.team.packages.purchase.history' || $current_route == 'admin.team.packages.purchase.invoice') active showMenu @endif">
|
||||
|
||||
@ -80,7 +80,8 @@
|
||||
</div>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="pe-2 ps-5"><a href="{{ route('bootcamps') }}" class="@if ($current_route == 'bootcamps' || $current_route == 'bootcamp.details') active @endif">{{ get_phrase('Bootcamp') }}</a></li>
|
||||
<li><a href="{{ route('blogs') }}" class="@if ($current_route == 'blogs') active @endif">{{ get_phrase('Blogs') }}</a></li>
|
||||
<!-- <li class="pe-2 ps-5"><a href="{{ route('bootcamps') }}" class="@if ($current_route == 'bootcamps' || $current_route == 'bootcamp.details') active @endif">{{ get_phrase('Bootcamp') }}</a></li> -->
|
||||
{{-- <li><a href="{{ route('team.packages') }}" class="@if ($current_route == 'team.packages' || $current_route == 'team.package.details') active @endif">{{ get_phrase('Team Training') }}</a></li> --}}
|
||||
{{-- <li><a href="{{ route('tutor_list') }}" class="@if ($current_route == 'tutor_list') active @endif">{{ get_phrase('Find A Tutor') }}</a></li> --}}
|
||||
</ul>
|
||||
@ -212,12 +213,12 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<!-- <li>
|
||||
<a class="dropdown-item" href="{{ route('my.bootcamps') }}" id="bootcamp-icon">
|
||||
<i class="fi-rr-video-camera text-18px"></i>
|
||||
{{ get_phrase('My Bootcamps') }}
|
||||
</a>
|
||||
</li>
|
||||
</li> -->
|
||||
{{-- <li>
|
||||
<a class="dropdown-item" href="{{ route('my.team.packages') }}" id="team-training-header-menu-icon">
|
||||
<i class="fi-rr-users-alt text-18px"></i>
|
||||
@ -336,7 +337,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li><a href="{{ route('bootcamps') }}" class="btn btn-toggle-list d-inline-flex align-items-center text-16px fw-500 w-100 rounded border-0 py-3">{{ get_phrase('Bootcamp') }}</a></li>
|
||||
<li><a href="{{ route('blogs') }}" class="@if ($current_route == 'blogs') active @endif">{{ get_phrase('Blogs') }}</a></li>
|
||||
<!-- <li><a href="{{ route('bootcamps') }}" class="btn btn-toggle-list d-inline-flex align-items-center text-16px fw-500 w-100 rounded border-0 py-3">{{ get_phrase('Bootcamp') }}</a></li> -->
|
||||
{{-- <li><a href="{{ route('team.packages') }}" class="btn btn-toggle-list d-inline-flex align-items-center text-16px fw-500 w-100 rounded border-0 py-3">{{ get_phrase('Team Training') }}</a></li> --}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -80,7 +80,8 @@
|
||||
</div>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="pe-2 ps-5"><a href="{{ route('bootcamps') }}" class="@if ($current_route == 'bootcamps' || $current_route == 'bootcamp.details') active @endif">{{ get_phrase('Bootcamp') }}</a></li>
|
||||
<li><a href="{{ route('blogs') }}" class="@if ($current_route == 'blogs') active @endif">{{ get_phrase('Blogs') }}</a></li>
|
||||
<!-- <li class="pe-2 ps-5"><a href="{{ route('bootcamps') }}" class="@if ($current_route == 'bootcamps' || $current_route == 'bootcamp.details') active @endif">{{ get_phrase('Bootcamp') }}</a></li> -->
|
||||
{{-- <li><a href="{{ route('team.packages') }}" class="@if ($current_route == 'team.packages' || $current_route == 'team.package.details') active @endif">{{ get_phrase('Team Training') }}</a></li> --}}
|
||||
{{-- <li><a href="{{ route('tutor_list') }}" class="@if ($current_route == 'tutor_list') active @endif">{{ get_phrase('Find A Tutor') }}</a></li> --}}
|
||||
</ul>
|
||||
@ -212,12 +213,12 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<!-- <li>
|
||||
<a class="dropdown-item" href="{{ route('my.bootcamps') }}" id="bootcamp-icon">
|
||||
<i class="fi-rr-video-camera text-18px"></i>
|
||||
{{ get_phrase('My Bootcamps') }}
|
||||
</a>
|
||||
</li>
|
||||
</li> -->
|
||||
<!-- <li>
|
||||
<a class="dropdown-item" href="{{ route('my.team.packages') }}" id="team-training-header-menu-icon">
|
||||
<i class="fi-rr-users-alt text-18px"></i>
|
||||
@ -336,7 +337,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li><a href="{{ route('bootcamps') }}" class="btn btn-toggle-list d-inline-flex align-items-center text-16px fw-500 w-100 rounded border-0 py-3">{{ get_phrase('Bootcamp') }}</a></li>
|
||||
<li><a href="{{ route('blogs') }}" class="@if ($current_route == 'blogs') active @endif">{{ get_phrase('Blogs') }}</a></li>
|
||||
<!-- <li><a href="{{ route('bootcamps') }}" class="btn btn-toggle-list d-inline-flex align-items-center text-16px fw-500 w-100 rounded border-0 py-3">{{ get_phrase('Bootcamp') }}</a></li> -->
|
||||
{{-- <li><a href="{{ route('team.packages') }}" class="btn btn-toggle-list d-inline-flex align-items-center text-16px fw-500 w-100 rounded border-0 py-3">{{ get_phrase('Team Training') }}</a></li> --}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -33,13 +33,13 @@
|
||||
{{ get_phrase('My Courses') }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!--
|
||||
<li class="@if ($current_route == 'my.bootcamps' || $current_route == 'my.bootcamp.details' || $current_route == 'my.bootcamp.invoice') active @endif">
|
||||
<a href="{{ route('my.bootcamps') }}">
|
||||
<i class="fi-rr-video-camera text-23px me-3 ms-1"></i>
|
||||
{{ get_phrase('My Bootcamps') }}
|
||||
</a>
|
||||
</li>
|
||||
</li> -->
|
||||
|
||||
{{-- <li class="@if ($current_route == 'my_bookings' || $current_route == 'booking_invoice') active @endif">
|
||||
<a href="{{ route('my_bookings', ['tab' => 'live-upcoming']) }}" class="bootcamp-sidebar-icon text-capitalize">
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li
|
||||
<!-- <li
|
||||
class="sidebar-first-li first-li-have-sub {{ $current_route == 'instructor.bootcamps' || $current_route == 'instructor.bootcamp.purchase.history' || $current_route == 'instructor.bootcamp.purchase.invoice' || $current_route == 'instructor.bootcamp.create' || $current_route == 'instructor.bootcamp.edit' || $current_route == 'instructor.bootcamp.categories' ? 'active' : '' }}">
|
||||
<a href="javascript:void(0);">
|
||||
<span class="icon fi fi-sr-users-alt"></span>
|
||||
@ -62,7 +62,7 @@
|
||||
<a href="{{ route('instructor.bootcamp.purchase.history') }}">{{ get_phrase('Purchase History') }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</li> -->
|
||||
{{--
|
||||
<li class="sidebar-first-li first-li-have-sub @if ($current_route == 'instructor.my_subjects' || $current_route == 'instructor.manage_schedules' || $current_route == 'instructor.manage_schedules_by_date' || $current_route == 'instructor.add_schedule' || $current_route == 'instructor.tutor_booking_list') active showMenu @endif">
|
||||
<a href="javascript:void(0);">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user