@extends('app') @section('title', 'Appel') @section('link') @endsection @section('content')
@include('partials._alert')
Gestion Appels
Groupe {{ ucfirst($group) }}
Back
Matricule Nom Prenoms Genre Niveau Actions
@endsection @section('script') @endsection