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

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

{{ csrf_field() }}
@if(isset($ingredients) && !empty($ingredients)) @else

Please add Ingredients first.

@endif
SN Ingredient(Code) Quantity Consumption Status Action
@section('js') @endsection @endsection