@extends('layouts.app') @section('title', 'Indisponibilités') @section('content')
Blocages planifiés de l'inventaire
| Élément | Type | Blocage | Période | Motif | Actions |
|---|---|---|---|---|---|
| {{ $name }} ({{ $label }}) | {{ $blockLabel }} | {{ $isActive ? '● Actif' : '○ Terminé' }} | {{ \Carbon\Carbon::parse($block->start_date)->format('d/m/Y') }} → {{ $block->end_date ? \Carbon\Carbon::parse($block->end_date)->format('d/m/Y') : '∞' }} |
{{ $block->reason ?? '—' }}
@if($block->note)
{{ Str::limit($block->note, 60) }} @endif |
|
| Aucune indisponibilité enregistrée. | |||||