@extends('layouts.frontend') @section('title', $product->name) @push('styles') @endpush @section('content')
${{ number_format($product->price, 2) }}
${{ number_format($product->sale_price, 2) }}
Save ${{ number_format($product->price - $product->sale_price, 2) }}${{ number_format($product->price, 2) }}
@endif{{ $product->description }}
@if($product->variants->count() > 0)SKU: {{ $product->sku }}
Category: {{ $product->category->name }}
No related products found. Browse more in {{ $product->category->name }}