@if (count($assignments) > 0) @foreach ($assignments as $assignment)
{{ $assignment->user->name }}
@if ($assignment->comment)
{{ $assignment->comment }}
@endif
{{ __('messages.Homework') }} {{ __('messages.Session') }} {{ convert_to_ordinal($assignment->model->session->session_number) }}
@endforeach {{--
عادل رمضان
في واجب المحاضرة الخامسة انت لم تنتبه لجزء معين تم شرحه في المحاضرة ارجو مراجعة المحاضرة وايضا مشاهدة ملف حل الواجب
تصحيح واجب المحاضره الخامسه
--}} @else
{{ __('messages.There are no comments') }}
@endif @if (count($assignments) == 0) @if ($uploadAssignment)
@if ($assignment_file && count($assignment_file) > 0)
@foreach ($assignment_file as $key => $file)
@endforeach
@endif
@endif @endif