@php
/**
* @var Webkul\Product\Models\ProductFlat $product
* @var string $message
*/
$url = route('shop.productOrCategory.index', $product->url_key);
$whatsapp_url = 'whatsapp://send?' . http_build_query([
'text' => $message . ' ' . $url,
]);
@endphp
@push('css')
@endpush
@push('scripts')
@endpush