@extends('layouts.app') @section('content')
{{ __('Change Password') }}
@csrf
@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror

{{ __('Use a strong password with at least 8 characters.') }}

@push('scripts') @endpush @endsection