@extends('AdminLte.template') @section('title') Stock Inquiry @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $trnasactionTitle = "Stock Inquiry" ; @endphp

{{$trnasactionTitle}}

Store :
Category :
Product :
Only Negative :   
Store Medicine/Item Name Batch Exp Qty Cum Qty MRP  Category Pkg SUOM


@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/patient_all_sales_bill_modal') @include('Components/Bootstrap Modals/product_all_sales_bill_modal') @include('Components/Bootstrap Modals/product_all_purchase_bill_modal') @include('Components/Bootstrap Modals/product_all_stock_modal') @endsection @section('ExternalJs') @endsection