@extends("sendingpartner.layouts.layout") @section("title", "Change Password") @section("page_style") @endsection @section("content")
Change Password
{{ __('message_lang.BTN_BACK') }}
@csrf
Current Password
*
@error('current_password')
{{ $message }}
@enderror
New Password
*
@error('password')
{{ $message }}
@enderror
Confirm Password
*
@error('password_confirmation')
{{ $message }}
@enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection