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

Gymnast List

@csrf
@if($errors->has("name")) {{$errors->first("name")}} @endif
@if($errors->has("category")) {{$errors->first("category")}} @endif
@if($errors->has("dob")) {{$errors->first("dob")}} @endif
gender == "M") checked @endif required>
gender == "F") checked @endif>
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if($errors->has("contact_number")) {{$errors->first("contact_number")}} @endif
@if($errors->has("address")) {{$errors->first("address")}} @endif
@if($errors->has("state_id")) {{$errors->first("state_id")}} @endif
@if($errors->has("district_id")) {{$errors->first("district_id")}} @endif
Back
@endsection @push("js") @endpush