@extends('student.layouts.layout') @section('content')

Change Password

@csrf
@if ($errors->has('currentpassword')){{ $errors->first('currentpassword') }}@endif
@if ($errors->has('newpassword')) {{ $errors->first('newpassword') }}@endif
@if ($errors->has('confirmpassword')) {{ $errors->first('confirmpassword') }}@endif
  Cancel
@endsection