{{ translate('What to do') }}
{!! clean($assignment->description) !!}
@foreach ($assignment->sourceFiles as $sourceFile) @if (fileExists('lms/courses/topics/assignments', $sourceFile->file) == true && $sourceFile->file != '') file}") }}" aria-label="Assignment information" class="flex items-center gap-3 px-4 py-2 bg-primary-50 rounded-md border border-transparent hover:border-primary select-none custom-transition">
{{ $sourceFile->file_name ?? translate('Assignment file') }}

{{ getFileExtension($sourceFile->file) }}

@endif @endforeach