Create a new student

@csrf
@error("studentphoto")

{{ $errors->first("studentphoto") }}

@enderror
Student ID
Name
Email
Phone
Address
Date Of Birth
Guardian Name

Gender

@error("gender")

{{ $errors->first("gender") }}

@enderror
Cancel
@section("scripts") @endsection