it is SOLVED using :
$orderIds = explode(',', request('order_numbers'));
Order::whereIn('id', $ordersIds)->update(['is_billed' => 1]);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community