@extends('Admin.Layouts.app') @section('title') Password change @endsection @section('content')

Change Password

@csrf
@error('password'){{$message}} @enderror
@error('password_confirmation'){{$message}} @enderror
@endsection