@extends('layouts.master') @section('content')

Assessment

@if ($assess->final == true)
Finalized
@endif
{{--
Photo
--}} {{--
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}}
@if ($assess->final != true)   Finalized

@endif   Preview Raport

@php $no = 1; @endphp @foreach ($assess_leaner as $row) @endforeach @php $no = 1; @endphp @foreach ($assess_pyp as $row) @endforeach @php $no = 1; @endphp @foreach ($assess_course as $row) @endforeach
No Course Action
Learner Profile
{{$no++}} Learner Profile @if ($assess->final!= 1) @endif
Unit Assessment
{{$no++}} {{$row->unit_of_inquiry}} @if ($assess->final!= 1) @endif
Learning Outcomes
{{$no++}} {{$row->mata_pelajaran}} @if ($assess->final!= 1) @if($row->AN == 1) @else @endif @endif
@endsection @section('js') @endsection