@extends("admin.layout.master") @section("title","Dashboard") @section ("content")

Registration for Event

@csrf
@if($errors->has("event_id")) {{$errors->first("event_id")}} @endif
@if($errors->has("gymnast_id")) {{$errors->first("gymnast_id")}} @endif
Back
@endsection @push("js") @endpush