@extends('layouts.master')
@section('content')
@if ($assess->final == true)
@endif
{{--
--}}
{{--
Full Name
Sheina Alaydrus
NISN
2020125
--}}
Current School Year
{{$current->meta_value}}
Semester
Odd Semester
Full Name
{{$student->nama_lengkap}}
NIK
{{$student->NIS}}
Class
{{$student->nama_kelas}}
Grade
{{$student->nama}}
| No |
Course |
Action |
| Learner Profile |
@php
$no = 1;
@endphp
@foreach ($assess_leaner as $row)
| {{$no++}} |
Learner Profile |
@if ($assess->final!= 1)
@endif
|
@endforeach
| Unit Assessment |
@php
$no = 1;
@endphp
@foreach ($assess_pyp as $row)
| {{$no++}} |
{{$row->unit_of_inquiry}} |
@if ($assess->final!= 1)
@endif
|
@endforeach
| Learning Outcomes |
@php
$no = 1;
@endphp
@foreach ($assess_course as $row)
| {{$no++}} |
{{$row->mata_pelajaran}} |
@if ($assess->final!= 1)
@if($row->AN == 1)
@else
@endif
@endif
|
@endforeach
@endsection
@section('js')
@endsection