Support the ongoing development of Laravel.io →
API Laravel.io
Last updated by @celohenryz 1 year ago.

celohenryz liked this thread

1

I managed to do it this way:

   $pedidos = Pedido::with('itensPedido')->whereIn('status_pedido', array('recebido', 'pendente'))->get();
    return response()->json($pedidos);
0
Solution selected by @driesvints

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.