@extends('partials.master') @section('title','EDIT PRESENSI '.$nama_rombel) @section('content') @include('kurikulum.presensi.presensi_menu')
Edit Absensi
@CSRF @foreach($absensi_detail as $siswa) @endforeach
No Nama Siswa Kelas Tanggal Hadir Sakit Izin ِAlpha
{{ $i++ }} {{ $siswa->siswa->namaBesar }} {{ $siswa->siswa->rombel_saat_ini }} {{ $siswa->tanggal_masuk }}
absensi) == 'H' ? 'checked': '' }}/>
absensi) == 'S' ? 'checked': '' }}/>
absensi) == 'I' ? 'checked': '' }}/>
absensi) == 'A' ? 'checked': '' }}/>
@if($message = Session::get('success')) @endif @endsection