@section('title') Edit Participant: {{ $eventParticipant->event->ref_no }} - {{ $eventParticipant->name }} @endsection
@csrf @method('PUT') @include('pages.apps.event-management.events.participants.form', ['eventParticipant' => $eventParticipant])