@extends('partials.master') @section('title','PRESENSI '.$nama_rombel) @section('content') @include('kurikulum.presensi.presensi_menu')
{{ $nama_rombel }}
Selected
@foreach($absensis as $absensi) @endforeach
No Tahun Pelajaran Rombel Tanggal Lihat Action
{{ $i++ }} {{ $absensi->tahun_pelajaran }} {{ $absensi->rombel }} {{ $absensi->tanggal }} lihat Actions
@if($message = Session::get('success')) @endif @if($message = Session::get('error')) @endif @endsection