@extends('layouts.app_sidebar') @section('title','Show') @section('content')
| Type | Unité | Dernière mesure |
|---|---|---|
| {{ $c->type }} | {{ $c->unite ?? '—' }} | @php $lastAt = $latest[$c->id] ?? null; @endphp {{ $lastAt ? \Carbon\Carbon::parse($lastAt)->diffForHumans() : '—' }} |
| Aucun capteur. | ||