We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d0306 commit a0ee644Copy full SHA for a0ee644
1 file changed
resources/views/certificates.blade.php
@@ -41,11 +41,11 @@
41
<img src="/images/download.svg">
42
</a>
43
@else
44
-{{-- @if($certificate_of_participation->status == 'ERROR')--}}
45
-{{-- Error with special characters.--}}
46
-{{-- @else--}}
+ @if($certificate_of_participation->status == 'FAILED' ||$certificate_of_participation->status == 'ERROR')
+ Error with encoding.
+ @else
47
Processing ...
48
-{{-- @endif--}}
+ @endif
49
@endif
50
</td>
51
</tr>
0 commit comments