@extends('layouts.admin.app') @section('content')

Change Password

@csrf @method('put')
@error('currentpassword')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Back
@endsection @section('scripts') @endsection