@extends('Stock_Management_System.app') @section('main-content')

@if($errors->any())

{{$errors->first()}}

@endif
@foreach($ing_stock as $ing) @endforeach
Add Orders
Product Rate Quantity (In Bags) Total
@endsection