@include('student.courses.inc.overview', ['course' => $course])
@include('student.courses.inc.statistics')
@include('student.courses.inc.tabs', ['course' => $course])
{{ $mark->title }}
{{ $mark->description }}
@if($studentMark->absent){{ __('dashboard.Absent') }}
@else
{{ $studentMark->mark ?? 0 }}
/
{{ $mark->score }}
@if(($studentMark->mark ?? 0) >= ($mark->score / 2))
@endif
{{ __('dashboard.Pass') }}
@else
{{ __('dashboard.Fail') }}
@endif
{{ $course->name }}
{{ __('dashboard.Course') }}
{{ $mark->date->format('d M, Y') }}
{{ __('dashboard.Date') }}