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

Gymnast_event Manager

@csrf
@if($errors->has("event_id")) {{$errors->first("event_id")}} @endif
@if($errors->has("club_id")) {{$errors->first("club_id")}} @endif
@if($errors->has("gymnast_id")) {{$errors->first("gymnast_id")}} @endif
@if($errors->has("state_id")) {{$errors->first("state_id")}} @endif
@if($errors->has("district_id")) {{$errors->first("district_id")}} @endif
@if($errors->has("userid")) {{$errors->first("userid")}} @endif
@if($errors->has("category")) {{$errors->first("category")}} @endif
@if($errors->has("createdby")) {{$errors->first("createdby")}} @endif
@if($errors->has("updatedby")) {{$errors->first("updatedby")}} @endif
Back
@endsection @push("js") @endpush