@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.add_recipe')}} {{__('db.The field labels marked with * are required input fields')}}. @csrf {{__('db.Select Recipe')}} * @foreach($lims_product_list as $product) {{$product->name}} @endforeach {{__('db.Attach File')}} * {{__('db.add_Ingredient')}} {{__('db.Ingredient List')}} {{__('db.product')}} {{__('db.Wastage Percent')}} {{__('db.Quantity')}} {{__('db.Unit Cost')}} {{__('db.Unit Price')}} {{__('db.Sub total')}} {{__('db.Wastage percent')}} {{number_format(0, $general_setting->decimal, '.', '')}} % {{__('db.Total')}} {{number_format(0, $general_setting->decimal, '.', '')}} {{__('db.grand total')}} {{number_format(0, $general_setting->decimal, '.', '')}} {{__('db.Note')}} {{__('db.add_recipe')}} @endsection @push('scripts')
{{__('db.The field labels marked with * are required input fields')}}.