@extends('layouts.master') @section('css') @endsection @section('title') Stock Item Create Fields @endsection @section('content') Stock Item Create Fields @csrf Item Code item_code == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Hsn Code hsn_code == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Image image == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Additional Image additional_image == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Type(goods or service) type == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Description description == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> category category == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Gst gst == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Cess cess == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Warranty warranty == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Weight weight == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> collection collection == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> barcode barcode == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Internal barcode internal_barcode == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Stock Warning Level stock_warning_level == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Stock Critical Level stock_critical_level == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Margin margin == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> opening Stock opening_stock == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Manufacturing manufacturing_consumption == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Price Slab price_slab == 1) || !isset($itemCreationSettings) ? 'checked' : '' }}> Update @endsection @section('script') @endsection