@extends('layouts.master') @section('css') @endsection @section('title') Fast And Dead Stock Analysis @endsection @section('content')
Fast And Dead Stock Analysis
@if (Auth::user()->hasFeature('PURCHASE_ORDER_FROM_FAST_AND_DEAD_STOCK')) @endif
@php $startDate = \Carbon\Carbon::now()->startOfMonth()->toDateString(); $endDate = \Carbon\Carbon::now()->endOfMonth()->toDateString(); @endphp
SN Item Name Barcode Stock Group Opening Stock Inwards Outwards Sales Qty Sales Return Qty Closing Stock Excess Stock Qty In Transit Pending Order Shortage Stock Qty Supplier
@csrf
@endsection @section('script') @endsection