@extends('layouts.app') @section('title', $stock->product_name) @section('page-title', $stock->product_name) @section('content')
{{ $stock->product_code }}
{{ $stock->product_name }}
{{ $stock->product_code }}
{{ $stock->category->name ?? 'N/A' }}
{{ $stock->unit }}
{{ $stock->description }}
₹{{ number_format($stock->price_per_unit, 2) }}
{{ number_format($stock->available_quantity, 2) }} {{ $stock->unit }}
{{ number_format($stock->minimum_order_quantity, 2) }} {{ $stock->unit }}
{{ $stock->lead_time_days }} days
{{ $stock->discount_percentage }}% off
{{ $stock->bulk_discount_percentage }}% off for {{ number_format($stock->bulk_discount_quantity, 2) }}+ {{ $stock->unit }}
{{ $value }}
{{ $stock->quality_notes }}
{{ $relatedStock->product_code }}