{!! $food->title !!} {!! trans('recipe.ingredients') !!}
{!! trans('recipe.tell-others-what-have-you-used') !!}
{{ csrf_field() }}
@if(count($ingradients)>0) @foreach($ingradients as $ingradient) {!! Theme::section('food.profile.ingradient', ['ingradient' => $ingradient]) !!} @endforeach @endif
{!! trans('recipe.add-ingredient') !!}


{!! Theme::section('food.profile.page-number', ['page' => 2,'food'=>$food]) !!}