Dapatkan data dari array (dari API) di Laravel

return view('your_view', [
  'products' => $api_response['products']
]);
SAMER SAEID