@extends('admin.base') @section('title') EDUCATIVE | Matiere @endsection @section('body')
Matieres
Liste des matieres
@foreach($matieres as $key=>$matiere) @endforeach
No Matières Action
{{$key+1}} {{$matiere->nom}}
@endsection @section('javascript') @if(session()->has('info')) @endif @endsection