@extends('Modules.Feeding.layouts.main') View Recipe Details-DairyCare @section('main-content') @foreach($products as $it) @endforeach
Recipes of {{$brand_name}}
@foreach($brands as $a) @if($a->status=='Active') @else @endif @if($a->used==1) @else @endif @endforeach
# Name Weight Active/In-Active Edit/Delete
{{$i}} {{$a->name}} {{$a->weight}}Recipe Used in Feed
@endsection