@extends('backend.student.layouts.right_side_bar') @section('studentBody')
@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Old Password *
New Password *
Re-Type Password *
@endsection