Commit 1d48c5a 1 parent c488635 commit 1d48c5a Copy full SHA for 1d48c5a
File tree 3 files changed +3
-22
lines changed
3 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ class="d-inline-block px-2 pb-1" style="cursor: pointer;">
127
127
128
128
129
129
<div class =" row" >
130
- <div id =" auth-sidebar" class =" d-none d-lg-block col-6 col-sm-4 col-xl-2 p-0 position-relative" >
130
+ <div id =" auth-sidebar" class =" bg-light d-none d-lg-block col-6 col-sm-4 col-xl-2 ps-4 pe-2 position-relative" >
131
131
{{-- Sidebar 2 -> user dashboard navigation --}}
132
132
@auth
133
133
<div class =" sidebar sidebar-2 col-6 col-sm-4 col-xl-2 p-0" >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class="sidebar-item {{ url()->current() == url("/service/category/$category->id"
57
57
</li >
58
58
<li class =" sidebar-item {{ request ()-> routeIs (' page.training' ) ? ' active' : ' ' } }" >
59
59
<div class =" d-flex justify-content-between align-items-center" >
60
- <a class =" " href =" {{ route (' page.training ' ) } }" >Training/Education</a >
60
+ <a class =" " href =" {{ route (' course.index ' ) } }" >Training/Education</a >
61
61
<span class =" mdi mdi-chevron-down-box-outline dropdown-click-trigger rounded px-1 bg-light"
62
62
data-target =" #training-education"
63
63
style =" font-size : 20px ; color : var (--bs-gray-600 ); cursor :pointer ;" ></span >
Original file line number Diff line number Diff line change 10
10
<th class =" " >No</th >
11
11
<th class =" " >Name</th >
12
12
<th class =" " >Price</th >
13
- <th class =" " >Trainer</th >
14
13
<th class =" " >Action</th >
15
14
</tr >
16
15
</thead >
19
18
<tr >
20
19
<td >{{ ++ $key } } </td >
21
20
<td >
22
-
23
- <a href =" {{ route (' video.byCourse' , $course -> id ) } }"
21
+ <div
24
22
class =" gap-2 d-flex align-items-start text-reset" >
25
23
<div >
26
24
<span data-feather =" folder" class =" icon-dual" ></span >
@@ -34,23 +32,6 @@ class="gap-2 d-flex align-items-start text-reset">
34
32
<td >
35
33
{{ $course -> price } }
36
34
</td >
37
- <td >
38
- <div class =" gap-2 d-flex align-items-start" >
39
- <div >
40
- <img loading =" lazy" src =" {{ asset (' backend/assets/images/users/user-1.jpg' ) } }"
41
- class =" rounded rounded-circle" width =" 48px" height =" 48px" alt =" " >
42
- </div >
43
- <div >
44
- <div class =" fw-medium" >
45
- <a href =" javascript: void(0);"
46
- class =" text-reset" >{{ fake ()-> name (' female' ) } } </a >
47
- </div >
48
- <span >{{ fake ()-> jobTitle () } } </span >
49
- </div >
50
- </div >
51
- </td >
52
-
53
-
54
35
<td >
55
36
<div >
56
37
<x-backend .ui.button type =" custom" class =" btn-sm text-capitalize btn-dark "
You can’t perform that action at this time.
0 commit comments