File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 7070 <div data-tip =" Edit {{ $course -> title } }" class =" tooltip" >
7171 <a href =" {{ route (' courses.edit' , $course ) } }" >
7272 <button class =" btn btn-circle ring btn-sm" >
73- <i class =" fa-solid fa-edit " ></i >
73+ <i class =" fa-solid fa-square-pen " ></i >
7474 </button >
7575 </a >
7676 </div >
7777
78-
79- <div data-tip =" Delete {{ $course -> title } }" class =" tooltip" >
80- <form method =" POST" action =" {{ route (' courses.destroy' , $course ) } }" >
81- @csrf
82- @method (' DELETE ' )
83- <button class =" btn btn-circle ring btn-sm ring-red-500" type =" submit" >
84- <i class =" fa-solid fa-trash" ></i >
85- </button >
86- </form >
87- </div >
88-
8978 <!-- view all students enrolled in this course -->
9079 <div data-tip =" View all students enrolled in {{ $course -> title } }" class =" tooltip" >
9180 <a href =" {{ route (' courses.students' , $course ) } }" >
You can’t perform that action at this time.
0 commit comments