@extends('layouts.app') @section('title', $product->name) @section('subtitle', 'Product Details') @section('content')
Product details and management
{{ $product->rejection_reason }}
Click on images to view larger version
{{ count($product->images) }} image(s) total @if(count($product->images) === 1) (Minimum 1 image required) @endif
This product doesn't have any images yet.
${{ number_format($product->price, 2) }}
{{ $product->quantity }} units
{{ $product->category }}
{{ $product->description }}
{{ $product->created_at->format('M j, Y g:i A') }}
{{ $product->updated_at->format('M j, Y g:i A') }}