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

Course Mapping

@if (isset($student->photo)) Photo @else Photo @endif
Full Name
{{$student->nama_lengkap}}
NISN
{{$student->NIS}}
Current School Year
{{$current->meta_value}}
Semester

Grade
{{$student->nama}}
Class
{{$student->nama_kelas}}

@php $no=1; @endphp @foreach ($mapel as $row) @endforeach
No Course Action
{{$no++}} {{$row->mata_pelajaran}}
@include('master.semester.modal_edit') @endsection @section('js') @endsection