@extends('layouts.master') @section('css') @endsection @section('title') Stock Items @endsection @section('content')
@if (session('success')) @endif @if (Session::has('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (Auth::user()->company_profile->use_sorting == 1)
@endif
Item Code Name Stock Group Internal Barcode HSN Code Weight MRP Unit Selling Price Selling Price Incl(Gst) Landing Price Incl(Gst) Purchase Price Type GST Applicable GST% CESS% Opening Detail Status Alt Units Stock Categories Action
{{-- mult variant Delete --}} {{-- multi status update --}} {{-- Product Price Slab Assign Import Model --}} {{-- Product Alternative Import Model --}} {{-- Product Category Group Import Modal --}} {{-- Pdf Export --}} {{-- Item Name Create --}} {{-- import Manufacturing --}} {{-- Group Import --}}
@csrf
@csrf
{{-- Track Modal --}} @endsection @section('script') @endsection