@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif

Food Items

@csrf {{-- --}}

Update Food Item

{{-- Food Name --}}
{{-- Food Name End --}} {{-- category options start --}}
{{-- category options End --}}
@php $i = 0; @endphp @foreach ($food->serving as $item ) @php $i++; @endphp @endforeach
{{-- Add servings --}} {{-- servings End --}}
@include('partials.footer') @include('global.footer-links')