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