15 lines
358 B
PHP
Executable File
15 lines
358 B
PHP
Executable File
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Temp.</span>
|
|
<strong>{!! $temperature !!}°C</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Humid.</span>
|
|
<strong>{!! $humidity !!}%</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Dew.</span>
|
|
<strong>{!! $dewpoint !!}°C</strong>
|
|
</li>
|
|
</ul>
|