@extends('layouts.app') @section('title') {{ trans('auth.change_password') }} @endsection @section('content')
{{ trans('auth.change_password') }}
@csrf
@error('current_password') {{ $message }} @enderror
@error('new_password') {{ $message }} @enderror
@error('confirm_password') {{ $message }} @enderror
@endsection