@php /** * @var \App\Domain\Catalog\Models\Product $product * @var \Illuminate\Support\Collection $categoryOptions * @var \Illuminate\Support\Collection $brandOptions * @var \Illuminate\Support\Collection $unitOptions */ @endphp

{{ __('The price paid to the supplier for new stock.') }}

{{ __('The current costing basis used for margin - may differ from purchase price over time.') }}

{{ __('Reorder threshold used later for low-stock alerts.') }}

@if ($product->exists)
{{ __('Margin:') }} {{ number_format($product->margin, 2) }} {{ __('Margin %:') }} {{ number_format($product->margin_percentage, 2) }}%
@endif