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

Participants

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