@extends('backend.layout.main') @if (in_array('ecommerce', explode(',', $general_setting->modules)) || in_array('restaurant', explode(',', $general_setting->modules))) @push('css') @endpush @endif @section('content') {{ __('db.Edit Recipe') }} {{ __('db.The field labels marked with * are required input fields') }}. @csrf Recipe : {{ $lims_product_data->name }} {{ __('db.Attach File') }} * {{ __('db.add_Ingredient') }} {{ __('db.product') }} {{ __('db.Wastage Percent') }} {{ __('db.Quantity') }} {{ __('db.Unit Cost') }} {{ __('db.Unit Price') }} {{ __('db.Sub total') }} @php $product_list = explode(',', $lims_product_data->product_list); $wastage_percent = explode(',', $lims_product_data->wastage_percent); $qty_list = explode(',', $lims_product_data->qty_list); $variant_list = explode(',', $lims_product_data->variant_list); $price_list = explode(',', $lims_product_data->price_list); $unit_id = explode(',', $lims_product_data->combo_unit_id); @endphp @foreach ($product_list as $key => $id)
{{ __('db.The field labels marked with * are required input fields') }}.