@include('Commonheader', ['page_title' => 'Add Stock'])
@include('sidebar')
@include('restaurant.navbar')
Add Kitchen Inventory Stock
@csrf
Item Name
Quantity Received
Unit
@php $units = ['kg', 'gram', 'liter', 'ml', 'pcs', 'box', 'pack']; @endphp @foreach ($units as $unit)
{{ ucfirst($unit) }}
@endforeach
Received Date
Remarks
Back to Stock List
Save Stock
@include('Commonfooter')
@include('Commonscript')