@extends('admin.layout') @section('content')
| ID externe | Nom | OGN ID | Reg | Planeur | Handicap | Compétition | Actions |
|---|---|---|---|---|---|---|---|
| {{ $participant->external_id }} | {{ $participant->name }} | {{ $participant->ogn_id ?? '-' }} | {{ $participant->reg ?? '-' }} | {{ $participant->glider_brand }} {{ $participant->glider_model }} | {{ number_format($participant->handicap, 2) }} | {{ $participant->competition->name ?? '-' }} | Modifier |
| Aucun participant. | |||||||