| {{ __('User') }} | {{ __('Course') }} | {{ __('Progress') }} | 
|---|---|---|
| {{ optional($progres->user)->fname}} | {{ optional($progres->courses)->title}} | 
                               
                                      @if($progres_total == '100')
                                       
                              {{ $progres_total }}% 
                                      @elseif($progres_total <= '50')
                                      {{ $progres_total }}% 
                                      @elseif($progres_total >= '25')
                                      {{ $progres_total }}% 
                                      @endif
                                   |