@extends('layouts.master') @section('title', 'Datatable') @section('parentPageTitle', 'Tables') @section('page-style') @stop @section('content')
| No | Matri | Nom Et Prenom d'Employe | Direction | Service | Poste | Photo passport | Action |
|---|---|---|---|---|---|---|---|
| {{$index++}} | {{$i->matricule}} | {{$i->name}} | {{$i->nom_direction}} | {{$i->nom_service}} | {{$i->nom_poste}} | |
Details |