@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
Item Code Name Stock Group Internal Barcode HSN Code MRP Unit Selling Price Selling Price Incl(Gst) Purchase Price Type GST Applicable GST% CESS% Status Action
{{-- multi status update --}} {{-- Product Price Slab Assign Import Model --}} {{-- Product Alternative Import Model --}} @endsection @section('script') @endsection