@extends('layouts.admin') @section('content')
| Nom de la Chambre | Description | Actions |
|---|---|---|
| {{ $chambre->nom_chambre }} | {{ $chambre->description ? Str::limit($chambre->description, 80) : 'Aucune description fournie.' }} | |
|
Aucune chambre configurée pour le moment. |
||