@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_EMAIL_MODIFY")) @section("page_style") @endsection @section("content")

{!! trans("message_lang.LBL_MODIFY_EMAIL") !!}

@csrf
@error('userEmail') {{ $message }} @enderror
@error('userPassword') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection