@php
if ( !Auth::user()->hasAnyRole(['SuperAdmin', 'Coordinator'])){
return redirect('backpack');
}
@endphp
№ |
{{ __('base.extractions.discipline') }} |
{{ __('base.extractions.final_status') }} |
{{-- @dd($marks)--}}
@foreach($marks as $mark)
{{-- @if($loop->iteration == 8)--}}
{{-- @dd($mark->statement->id)--}}
{{-- @endif--}}
{{ $loop->iteration }} |
{{ !empty($mark->statement->subject->name) ? $mark->statement->subject->name : ''}} |
{{ $mark->value }} / {{ $grade }} |
@endforeach
{{-- --}}
|
{{ __('base.extractions.total') }} |
|