@section('title', 'Participant Details') @section('heading', 'Participant Details') @section('top-menu-items') @endsection

Participant Details

{{ $participant->first_name ?? 'N/A' }}
{{ $participant->last_name ?? 'N/A' }}
{{ $participant->email ?? 'N/A' }}
{{ $participant->phone_number ?? 'N/A' }}
{{ $participant->name ?? 'N/A' }}
{{ $participant->type ?? 'N/A' }}
{{ $participant->refunded_at ?? 'N/A' }}
{{ $participant->refund_order_id ?? 'N/A' }}
{{ $participant->price ?? 'N/A' }}
{{ $participant->qty ?? 'N/A' }}
{{ $participant->weight ?? 'N/A' }}