@extends('layouts.master_panel') @section('title') Assiduité @stop @section('CSS') @stop @section('JS') @stop @section('content')
@if(Session::has('error')) @endif @if(Session::has('success')) @endif
@foreach($assiduite as $assidu)
# Élève Classe/Matière Date Détail
{{ $assidu->id }} {{ $assidu->student->last_name . ' ' . $assidu->student->first_name }}