@vite(['resources/css/app.css'])
{{ substr($product->description, 0, 200) }}{{ strlen($product->description) > 200 ? '...' : '' }}
Product Price: ₱{{ number_format($product->price, 2) }}
Grand Total: ₱0.00