@extends('admin.layouts.app') @section('title', 'Product Details') @section('content')
SKU: {{ $product->sku }}
Regular Price
${{ number_format($product->price, 2) }}
Sale Price
${{ number_format($product->sale_price, 2) }}
-{{ number_format((1 - $product->sale_price / $product->price) * 100, 1) }}%
Stock Level
{{ $product->stock_quantity }}
{{ $product->stock_quantity <= ($product->low_stock_threshold ?? 0) ? 'Low Stock' : 'In Stock' }}
Last Updated
{{ $product->updated_at->diffForHumans() }}
{{ $product->updated_at->format('M d, Y') }}
High-quality images showcasing your product
Detailed information about your product
{{ $product->short_description }}
This product doesn't have a description yet.
Colors, sizes, and other product variations
No colors assigned
No sizes assigned
Basic product details
Financial and stock details
Product creation and updates
Product Created
{{ $product->created_at->format('F d, Y \a\t g:i A') }}
Last Updated
{{ $product->updated_at->format('F d, Y \a\t g:i A') }}
Manage this product