@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}}

{{$mapel->mata_pelajaran}}
@php $no=1; @endphp @foreach ($maping as $row) @endforeach
Week Theory Detail Practice
{{$row->week}} {{$row->teori}} {{$row->detail}} {{$row->practice}}
{{-- @include('master.semester.modal_edit') --}} @endsection @section('js') @endsection