@extends('Stock_Management_System.app') @section('main-content')
Stock History
@foreach($ingrediants_history as $ing) @endforeach
Ingrediant Name Total Bags Cost Edit
{{ $ing->name }} {{ $ing->total_bags }} {{ $ing->cost }}
@endsection