@extends('admin.layout.app') @section('title','Stock Adjustment Report') @push('headerscript') @endpush @section('content')

Stock Adjustment Report

{!! Form::select("stock_type", [''=>'Select ','plus'=>'Plus', 'minus'=>'Minus'], old("stock_type"), ['class'=>'form-control','id'=>'stock_type'] ) !!}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
{{-- --}}
S.No. Voucher No. Datejob Card No.Part No. Part Description Plus/Minus Previous Stock Adjusted Qty. Stock
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush