@extends('layouts.app') @section('content')
@include('components.screen-mockup', ['label' => 'Inventory — Live Stock', 'type' => 'inventory'])

Why this matters operationally

@foreach([ 'Stock deducted automatically on every sale — no manual count', 'Wastage tracking closes the gap between theoretical and actual consumption', 'PO-to-GRN matching catches supplier discrepancies before payment', 'Recipe costing shows your true gross margin per dish', ] as $point)
{{ $point }}
@endforeach

From supplier invoice to sold dish — every stock movement tracked.

@endsection