@extends('admin.layout') @section('content')
| # | Point de virage | Points | Rayon | FLARM | Heure |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $tp->name }} | {{ $tp->points }} | {{ number_format($tp->validationRadiusM()) }} m | @if(isset($flarmIds[$tp->id])) ✓ Validé @else – @endif | @if(!empty($flarmTimes[$tp->id])) {{ \Carbon\Carbon::parse($flarmTimes[$tp->id])->format('H:i:s') }} @else – @endif |