@extends('layouts.app') @section('title', 'Mes enceintes') @section('content')
{{ session('success') }}
{{ $unit->name }}
{{ \App\Models\ColdStorageUnit::$typeLabels[$unit->type] ?? $unit->type }} · @if($unit->target_temp_min !== null) {{ $unit->target_temp_min }} / {{ $unit->target_temp_max }} °C @else ≤ {{ $unit->target_temp_max }} °C @endif
Aucune enceinte configurée.
Ajouter ma première enceinte