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