@extends('layouts.app') @section('title', 'Gestion des Lits (Manager)') @section('content')
Gérez les lits individuels dans vos dortoirs.
| LIT | CHAMBRE | STATUT | ACTIONS |
|---|---|---|---|
| {{ $bed->name }} | 🚪 {{ $bed->room->name }} | {{-- is_enabled remplace maintenance (Sprint 2) --}} {{ $bed->is_enabled ? 'Actif' : 'Désactivé' }} | |
|
🛏️
Aucun lit configuré.
|
|||