@extends('layouts.dash') @section('title') Data @stop @section('title_card',"Data") @section('subtitle_card',"Données reçues") @section('content')
| Id | Données | Date | Mesure |
|---|---|---|---|
| {!! $reception->id !!} | {!! $reception->data !!} | {!! $reception->created_at !!} | {!! $reception->HasMesure !!} |