@extends('Modules.Stock.layouts.second_main') Stock Inventory -DairyCare @section('main-content')
@if($feed_check==1) @endif @if($show_stock_code_config==1) @endif @foreach($feed_items as $it) @if($feed_check==1) @endif @if($show_stock_code_config==1) @endif @if($it->bag_size!=0) @else @endif @if($current_rate_check==1) @else @endif @if($current_rate_check==1) @else @if($it->quantity!=0) @else @endif @endif @if($current_rate_check==1) @else @endif @if($feed_check==1) @else @endif @endforeach
Item NameD.M %CodeTotal Bags Bag Size Unit Purchase Rate Unit Price Quantity Amount Edit
{{ $it->name }}{{ $it->dm }}%{{ $it->code }}{{ parseNumber($it->quantity/$it->bag_size) }}0{{ (int)$it->bag_size }} {{ $it->unit_name }}{{ parseNumber($it->rate) }}{{ parseNumber($it->rate) }}{{ parseNumber($it->rate) }}{{ parseNumber($it->amount/$it->quantity)}}0{{ parseNumber($it->quantity) }}{{ parseNumber($it->quantity*$it->rate) }}{{ parseNumber($it->amount) }}
@if($show_stock_code_config==1) @endif @foreach($medical_stock as $stock) @if($show_stock_code_config==1) @endif @if($stock->packing_size!=0) @else @endif @if($current_rate_check==1) @else @if($stock->quantity!=0) @else @endif @endif @if($current_rate_check==1) @else @endif @endforeach
 Medicine NameCodeTotal Packs Pack Size Unit Purchase Rate Unit Price Opening Qty Qty Amount Edit
 {{ $stock->name }} {{ $stock->code }}{{ parseNumber($stock->quantity/$stock->packing_size) }}0{{ (int)$stock->packing_size }} {{ $stock->unit_name }} {{ $stock->rate }}{{ $stock->rate }}{{ parseNumber($stock->amount/$stock->quantity)}}0{{ $stock->opening_qty }} {{ $stock->quantity }}{{ parseNumber($stock->quantity*$stock->rate) }}{{ parseNumber($stock->amount) }}
@if($show_stock_code_config==1) @endif @foreach($semons as $straw) @if($show_stock_code_config==1) @endif @if($current_rate_check==1) @else @if($straw->quantity!=0) @else @endif @endif @if($current_rate_check==1) @else @endif @endforeach @if($show_stock_code_config==1) @else @endif
NameCodePurchase Rate Unit Price Opening Qty Qty Amount Edit
{{ $straw->name }}{{ $straw->code }} {{ $straw->rate }} {{ $straw->rate }}{{ parseNumber($straw->amount/$straw->quantity) }}0{{$straw->opening_qty}} {{ $straw->quantity }}{{ parseNumber($straw->quantity*$straw->rate) }}{{ parseNumber($straw->amount) }}
TotalTotal
@if($show_stock_code_config==1) @endif @foreach($other_stock as $other) @if($show_stock_code_config==1) @endif @if($current_rate_check==1) @else @if($other->quantity!=0) @else @endif @endif @if($current_rate_check==1) @else @endif @endforeach
NameCodeType Unit Purchase Rate Unit Price Opening Qty Qty Amount Edit
Type Unit
{{ $other->name }}{{ $other->code }}{{$other->head_name}} {{ $other->unit_name }} {{ $other->rate }} {{ parseNumber($other->rate) }} {{ parseNumber($other->amount/$other->quantity) }}0{{ $other->opening_qty }} {{ $other->quantity }}{{ parseNumber($other->quantity*$other->rate) }}{{ parseNumber($other->amount) }}
@endsection