@extends('layouts.admin') @section('title', 'Change Password') @section('page_title', 'Security Settings') @section('content')

Change Password

@csrf
@error('current_password')
{{ $message }}
@enderror
@error('new_password')
{{ $message }}
@enderror
@endsection