@extends('admin.layout.master') @section('title','RECIPE MANAGEMENT') @section('custom_style') @endsection @section ('content')

Recipe

@csrf
Install Recipe
{{-- end --}}
@for ($i = 1; $i <= 5; $i++) @endfor
# PRODUCT DESC QTY WASTAGE QTY ACTION
{{ $i }}

@include('inventory.recipe.previuos_recipe_modal') @endsection @section('script') {{-- --}} {{-- @include('inventory.recipe.recipe_js') --}} @stop