@extends('admin.layout') @section('content')

Turnpoints

Ajouter un turnpoint
@csrf
@forelse($turnpoints as $tp) @empty @endforelse
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
@csrf @method('DELETE')
Aucun turnpoint.
{{ $turnpoints->links() }} @endsection