@extends('layouts.examiner') @section('title', 'Change Password') @section('content')

Change Password

Update Your Password
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection