@extends('admin.base')
@section('title')
EDUCATIVE | Bulletin
@endsection
@section('body')
Matière |
Note de classe |
Moy. class. |
Compo. |
Moy. Gene./20 |
Coef |
Moy. Coef |
Rang |
Professeur |
Appreciation |
Signature |
@foreach($tabMat as $i=>$val1)
{{$tabMat[$i][0]}} |
{{$tabMat[$i][1]}} |
{{$tabMat[$i][2]}} |
{{$tabMat[$i][3]}} |
{{$tabMat[$i][4]}} |
|
|
|
|
|
|
|
|
@endforeach
@endsection
@section('javascript')
@if(session()->has('info'))
@endif
@endsection
@extends('admin.base')
@section('title')
EDUCATIVE | Bulletin
@endsection
@section('body')
Matière |
Note de classe |
Moy. class. |
Compo. |
Moy. Gene./20 |
Coef |
Moy. Coef |
Rang |
Professeur |
Appreciation |
Signature |
Vide
|
@endsection
@section('javascript')
@if(session()->has('info'))
@endif
@endsection