@extends('shopify-app::layouts.default') @section('content')
@foreach( $products as $product) @endforeach
Product ID Title Handle
{{$product->id}} {{$product->title}} {{$product->handle}}


@endsection @section('scripts') @parent @endsection