@if($food->image_1!="")
food image
@endif @if($food->image_2!="")
food image
@endif @if($food->image_3!="")
food image
@endif @if($food->image_4!="")
food image
@endif @if($food->image_1=="" and $food->image_2=="" and $food->image_3=="" and $food->image_4=="")
food image
@endif
Previous Next