@extends('admin.layout.master')
@section('title','RECIPE MANAGEMENT')
@section('custom_style')
@endsection
@section ('content')
@include('inventory.recipe.previuos_recipe_modal')
@endsection
@section('script')
{{-- --}}
{{-- @include('inventory.recipe.recipe_js') --}}
@stop