Update dashboard

This commit is contained in:
Mathieu Lagace
2020-07-30 18:42:43 -04:00
parent 4c5d635d5b
commit 65876e5b78
7 changed files with 81 additions and 72 deletions

View File

@@ -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>