@extends('layouts.admin-layout') @section('title') Admin Change Password @endsection @section('content')

Admin Change Password

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