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

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

{{ csrf_field() }}
(Only purchased Ingredients are listed)(Last 60 Days) @if(isset($ingredients) && !empty($ingredients)) @else

Please add Ingredients first.

@endif
SN Ingredient(Code) Quantity/Amount Loss Amount Action
@section('js') @endsection @endsection