@extends('layouts.dash') @section('title') Rappels @stop @section('title_card',"") @section('subtitle_card',"") @section('content')
| Sel. | N° | Nom | NbSal | Statut | |
|---|---|---|---|---|---|
| @if(!$bad_adress) @endif | {!! str_pad($employeur->id,4,'0',STR_PAD_LEFT) !!} | {!! $employeur->NomReduit !!} | {!! $employeur->Nbemployes !!} | {!! $employeur->email !!}
@if($bad_adress)
Adresse email invalide @endif |
{!! $employeur->statut !!} |