@extends('app') @section('header') {{-- --}} @endsection @section('content')
[ {{ $planifications->count() }} ]
[ {{ $planifications_planifier->count() }} ]
[ {{ $planifications_encour->count() }} ]
[ {{ $planifications_terminer->count() }} ]
# | PLANIFICATION | TYPE EQUIPEMENTS | EQUIPEMENTS | STATUS | ||
---|---|---|---|---|---|---|
{{ $k }} | {{ $planif->date_planification }} | {{ $planif->equipement->typeEquipement->nom_type_equipement }} |
|
@if ($planif->statut == 0)
PLANIFIER | @endif @if ($planif->statut == 1)TERMINER | @endif @if ($planif->statut == 2)EN COURS | @endif
# | PLANIFICATION | TYPE EQUIPEMENTS | EQUIPEMENTS | STATUS | |
---|---|---|---|---|---|
{{ $rt }} | {{ $planif->date_planification }} | {{ $planif->equipement->typeEquipement->nom_type_equipement }} |
|
RETARD |
# | NOM COMPLET |
---|---|
{{ $resp }} | {{ $planif->responsable_verification }} |
TYPES ET NOMBRE D'EQUIPEMENTS
TYPE D'EQUIPEMENT | NOMBRE D'EQUIPEMENT |
---|---|
{{ $type->nom_type_equipement }} | {{ $type->equipements->count() }} |
TYPES ET NOMBRE D'EQUIPEMENTS
EQUIPEMENT | NOMBRE DE VERIFICATION |
---|---|
|
{{ $type->verifications->count() }} |