@extends('layouts.app') @section('content') @section('css') @endsection @include('validation.success')

{{ isset($title)?$title:'' }}

@if(isset($stock) && !empty($stock)) @foreach($stock as $row) @endforeach @endif
# Items / Ingredients Quantity
{{$row->id}} {{$row->ingredient_name}} {{$row->quantity}} ({{$row->ingredient_unit}})
@section('js') @endsection @endsection