@extends('Modules.Stock.layouts.main') @section('main-content')
Stock
@foreach($all_products as $a) @if($a->head_id==1) @elseif($a->head_id==2) @elseif($a->head_id==3) @else @endif @if($a->disable==0) @else @endif @endforeach
# Name Type Unit Rate per Unit Quantity Status Delete
{{$i}} {{$a->name}} {{$a->head_name}} {{$a->unit_name }} {{$a->rate }}{{$a->q2}}{{$a->q1 }}{{$a->q3 }}{{$a->q4 }}
@endsection