@extends('user.layouts.app') @section('content') @section('title', 'Invoices List')

{{__('language.change_password')}}

{{__('language.change_password')}}

@if(Session::has('message'))

{{ Session::get('message') }}

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