@extends('layouts.admin') @section('title', 'Event Details') @section('content')
{{ $event->description }}
| Participant | Belt Level | Registration Date |
|---|---|---|
| {{ $registration->user_name }} | {{ $registration->belt_level }} | {{ $registration->registered_at->format('M d, Y g:i A') }} |