@extends('admin.layout') @section('content')
| Ordre | Nom | Lat | Lng | Rayon (m) | Points | Compétition | Actions |
|---|---|---|---|---|---|---|---|
| {{ $tp->order }} | {{ $tp->name }} | {{ $tp->lat }} | {{ $tp->lng }} | {{ $tp->radius_m }} | {{ $tp->points }} | {{ $tp->competition->name ?? '-' }} | Modifier |
| Aucun turnpoint. | |||||||