@extends('siswa.master') @section('title', 'Data Nilai Rapor') @section('content')
NILAI RAPOR
@csrf
No Kelas Rata-Rata Nilai SEMS Ganjil Rata-Rata Nilai SEMS Genap
1 Kelas 4 atau 7
2 Kelas 5 atau 8
3 Kelas 6 atau 9
FILE RAPOR
@if ($data_rapor != null && $data_rapor?->file_rapor != null) @else Maksimal file upload 5mb dan harus berekstensi pdf @endif



@if ($data_rapor != null && $data_rapor->file_rapor != null) @endif @if (session()->has('text')) @endif @endsection