@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($systemfood ?? '' && $systemfood->id) @method('PUT') @endif @CSRF
id)) style="display:none" @endif id="meals"> @if($systemfood ?? '' && $systemfood->id) @foreach($categories as $data=>$row)
@foreach($row->calories as $key=>$rows)
@endforeach
@endforeach @endif
@endsection @section('inner_js') {{-- --}} @endsection