@extends('layouts.app') @section('content')



Edit {{ isset($stock) ? $stock->stock_name : ''}}

@csrf @method('PUT')

GENERALINFORMATION

What all are the general information about your new recipe?

Add recipe name, supplier info, tags, recipe description and images for your
new product in this section.

GENERALINFORMATION

What all are the general information about your new recipe?

Add recipe name, supplier info, tags, recipe description and images for your
new product in this section.

YIELD WASTAGE

What are customization you offer for this product?

You can select modifiers from predefined list which is applicable for the product.

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.stock') @stop