@extends('layouts.master') @section('title', 'AllGenerateLetters') @section('parentPageTitle', 'UI') @section('content') @section('page-style') @stop
Autres lettres à générer
@if (session()->has('success'))| No | Matricule | Nom Employé | Direction | Service | Date de création | Action |
|---|---|---|---|---|---|---|
| {{$index++}} | {{$l->matricule}} | {{$l->name}} | {{$l->pseudo_dir }} | {{$l->nom_service}} | {{ \Carbon\Carbon::parse($l->date_lettre)->format('d/m/Y') }} | Afficher |
| No | Matricule | Nom Employé | Direction | Service | Action |
|---|---|---|---|---|---|
| {{$index++}} | {{$l->matricule}} | {{$l->name}} | {{$l->pseudo_dir }} | {{$l->nom_service}} | Afficher |