@extends('Modules.Stock.layouts.second_main') Stock Inventory -DairyCare @section('main-content')
@if($feed_check==1) @endif @foreach($item as $it) @if($feed_check==1) @endif @if($feed_check==1) @else @endif @endforeach
Item NameD.M %Total Bags Bag Size Quantity Unit Rate Edit
{{ $it->name }}{{ $it->dm }}%{{ round($it->total_bags,2) }} {{ $it->bag_size }} {{ round($it->quantity,2) }} {{ $it->unit_name }} {{ $it->rate }}
@foreach($medical_stock as $stock) @endforeach
Medicine Name Total Packs Pack Size Rate Unit Opening Qty Qty Edit
{{ $stock->name }} {{ round($stock->quantity,2) }} {{ $stock->packing_size }} {{ $stock->rate }} {{ $stock->unit_name }} {{ $stock->opening_qty }} {{ $stock->cc_or_ml }}
@foreach($semons as $straw) @endforeach
Name Rate Opening Qty Qty Edit
{{ $straw->name }} {{ $straw->rate }} {{$straw->opening_qty}} {{ $straw->quantity }}
Total
@foreach($other_stock as $other) @endforeach
Name Type Unit Rate/Unit Opening Qty Qty Edit
Type Unit
{{ $other->name }} {{$other->head_name}} {{ $other->unit_name }} {{ $other->rate }} {{ $other->opening_qty }} {{ $other->quantity }}
@endsection