@if (isset($student->photo))
@else
@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}}
| Week |
Theory |
Detail |
Practice |
@php
$no=1;
@endphp
@foreach ($maping as $row)
| {{$row->week}} |
{{$row->teori}} |
{{$row->detail}} |
{{$row->practice}} |
@endforeach
{{-- @include('master.semester.modal_edit') --}}
@endsection
@section('js')
@endsection