please send me the output for the below code $itens = json_decode($req->itens_pedido); dd($itens)...
try this. $itens = json_decode($req->itens_pedido);
which datatype used in $req->itens_pedido ? please send me output of print_r($req->itens_pedi...
in changeCountry() method, **this.country_id =..... ** this should be this.fields.country_id=........
The Laravel portal for problem solving, knowledge sharing and community building.