@extends('Website.Includes.header', ['meta_Details' => $meta_details])
@section('content')
Sydney Quality
Meats: Products: {{$product->category->title}}: {{$product->title}}
@php
print ($product->long_description);
@endphp
Shop
{{$product->title}}
@php
$priceMeta = $product->productMeta->firstWhere('option', '_price');
$price = $priceMeta ? $priceMeta->value : 'N/A';
$stockMeta = $product->productMeta->firstWhere('option', '_stock_status');
$stock = $stockMeta ? $stockMeta->value : '';
$weightMeta = $product->productMeta->firstWhere('option', '_weight');
$discountData = $product->discount_data ?? null;
$weight = $weightMeta ? $weightMeta->value : 0;
@endphp
@if ($discountData)
${{ $price }}
${{ $discountData['discounted_price'] }}
({{$weight}} KG)
Description