@extends('layouts.app') @section('content')
{{ $e }}
@endforeach| Élément | Type | Blocage | Du | Au | Motif | |
|---|---|---|---|---|---|---|
| {{ $block->blockable?->name ?? '—' }} | {{ $block->blockable_type }} | {{ $block->block_type === 'maintenance' ? 'Maintenance' : 'Blocage manuel' }} | {{ $block->start_date->format('d/m/Y') }} | {{ $block->end_date ? $block->end_date->format('d/m/Y') : '∞' }} | {{ $block->reason ?? '—' }} | |
| Aucun blocage enregistré. | ||||||