@extends('app') @section('title', 'Payement') @section('link') @endsection @section('content')
@include('partials._alert')
Gestion Payements
Matricule Nom Prenoms Genre Niveau Actions
@endsection @section('script') @endsection