Stock Statement Report
{!! Form::select("category_id", [''=>'Select ']+$category, old("category_id"), ['class'=>'form-control', 'required', 'id'=>'category_id'] ) !!}
{!! Form::select("sub_category_id", [''=>'Select ']+$sub_category, old("sub_category_id"), ['class'=>'form-control', 'required', 'id'=>'sub_category_id'] ) !!}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
| S.No. | Category Name | Sub Category Name | Part Number | Part Description | Cost Price | Selling Price | Available Stock | Committed Stock | Incoming Stock |
|---|