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

Gymnast Manager

@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
Back
@endsection @push("js") @endpush