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