@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_OPERATOR_PRODUCT")) @section("content")

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

@csrf
@error('productId') {{ $message }} @enderror
@endsection @section("page_script") @endsection