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