@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("gymnastIds")) {{$errors->first("gymnastIds")}} @endif
Back
@endsection @push("js")