@extends('layouts.app') @section('title') {{'Results Key'}} @endsection @section('content')
Back
1/
NEXT
@php($count= 0) @foreach($api_res as $res) @if($res->image_url !== '') @php($count++) @if ($count == 6) @break @endif
image_url}} />
{{$res->productid}}
@if($res->product_url !== '') @else
@endif
@endif @endforeach
Patent Pending
@endsection