@php $trackingProduct = [ 'id' => (string) $product->id, 'name' => $product->name, 'price' => round((float) $product->effective_price, 2), 'currency' => 'BDT', ]; @endphp @push('scripts') @endpush