@extends('layouts.partials.main') @section('Titre') Liste des Niveaux d'étude @endsection @section('tables') Niveau d'etude @endsection @section('content-pr') @if (session()->get('success'))
{{ session()->get('success') }}

@endif

Table Levels

{{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($AllLevels as $res) {{-- {{dd($allRes)}} --}} {{-- --}} {{-- --}} @endforeach
Label LibelléDescriptionStatusDepartementActions
{{ $i}} {{ $res->label }}{{ $res->description }} {{ $res->status }}
{{ method_field('DELETE') }} {{ csrf_field() }}
@endsection