@extends("AgentNetwork.layouts.layout") @section("title", "Change Password") @section("page_style") @endsection @section("content")
@csrf
@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection