Student List

Student Password

@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('confirm_password'))
{{ $errors->first('confirm_password') }}
@endif