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

{{'RECIPE MANAGEMENT'}}

@csrf {{__('obs.recipe')}} {{__('obs.name')}}
{{__('obs.finished')}} {{__('obs.product')}}
{{__('obs.standard')}} {{__('obs.qty')}}
{{__('obs.date')}}
{{--
--}}

@for ($i = 0; $i < 10; $i++) @endfor
{{__('obs.sl')}} {{__('obs.raw')}} {{__('obs.product')}} {{__('obs.notes')}} {{__('obs.quantity')}} {{__('obs.wastage')}} {{__('obs.qty')}} {{__('obs.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