mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Update dashboard
This commit is contained in:
@@ -21,7 +21,11 @@
|
||||
<div class="card my-3">
|
||||
<div class="card-body">
|
||||
<h4>
|
||||
<strong>{{$course->ocom}} - {{$course->name}}</strong>
|
||||
@if($course->name != null)
|
||||
<strong>{{$course->ocom}} - {{$course->name}}</strong>
|
||||
@else
|
||||
<strong>{{$course->desc}}</strong>
|
||||
@endif
|
||||
@if($course->lessonPlan)
|
||||
@if($course->lessonPlan->approved == 1)
|
||||
<span class="float-right"><i class="fas fa-check-circle text-success" data-toggle="tooltip" data-placement="top" title="Plan de cours remis et vérifié"></i></span>
|
||||
|
||||
Reference in New Issue
Block a user