No bottle intakes recorded yet.
Each intake adds ml to your stock and logs an expense automatically.
| Date | Fragrance | Intent | Volume | Remaining | Cost | Buyer | Actions |
|---|---|---|---|---|---|---|---|
| {{ optional($intake->purchased_at)->format('d M Y') }} |
@if (! empty($intake->fragrance?->image_url))
N/A
@endif
{{ $intake->fragrance?->name }}
{{ $intake->fragrance?->brand?->name }}
|
@if ($intake->isResaleBottle()) Full Bottle @else Decant @endif | {{ number_format($original, 2) }} ml |
{{ number_format($remaining, 2) }} ml
|
{{ number_format((float) $intake->cost_total, 2) }} | {{ $intake->purchasedBy?->name ?? '—' }} |