@extends("layouts.master") @section("content")
@foreach($filieres as $filiere) {{----}} @endforeach
# {{__('Libelle')}} {{__('Action')}}
{{$filiere->id}} {{$filiere->libelle}} {{-- --}}
@endsection @section('script') {{---------------Ordre-----------}} @endsection