@extends('layouts.admin') @section('content')

Gestion des fonctions

@if(session()->get('completed'))
Alert!
{{ session()->get('completed') }}
@endif

Fonctions

@foreach($fonction as $fonctions) @endforeach
Libelle Département Action
{{$fonctions->libelle}} {{$fonctions->lib}} Modifier
@csrf @method('DELETE')
@endsection