@extends('layouts/pos_layout') @section('title', '| Opening Stock List') @section('content') @include('successMsg')

BRANCH WISE OPENING STOCK LIST

@php $searchElements = [['element' => 'branchIdWithoutHO'], ['element' => 'dateRange']]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
SL# Opening Date Branch Total Quantity Total Amount Action
Code Name
@include('dataTableScript') @endsection