@extends('layouts.master')
@section('content')
@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}}
| No |
Course |
Action |
@php
$no=1;
@endphp
@foreach ($mapel as $row)
| {{$no++}} |
{{$row->mata_pelajaran}} |
|
@endforeach
@include('master.semester.modal_edit')
@endsection
@section('js')
@endsection