@extends('admin.layout.master') @section('title','RECIPE MANAGEMENT') @section('custom_style') @endsection @section ('content') {{--
--}}
{{-- @include('inventory.recipe.install_form') --}}
@csrf

{{'RECIPE MANAGEMENT'}}

@csrf RECIPE NAME
FINISHED PRODUCT
Standard Qty
DATE
{{--
--}}

@for ($i = 0; $i < 10; $i++) @endfor
SL RAW PRODUCT NOTES Quantity Wastage Qty Action
{{($i+1)}}
{{--
--}}
{{-- --}}
{{--
--}} {{-- @include('inventory.recipe.modal_accounts_ledger') @include('inventory.recipe.modal_head_accounts_code') @include('inventory.recipe.modal_previous_recipe') --}} {{-- @include('inventory.recipe.madal_cost_center') --}} @endsection @section('script') {{-- @include('inventory.recipe.recipe_js') --}} @stop