@extends('layout.admin') @section('content') Admin Profile - Change Password Change Password @csrf @error('current_password') @enderror @error('password') @enderror @error('password_confirmation') @enderror Cancel Submit @endsection