kcal/resources/views/foods/show.blade.php

5 lines
59 B
PHP

@php
$foods = [$food];
@endphp
@include('foods.index')