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

Stock Ledger

{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
S.No. Transaction Type Transaction Series Date Part Number Part Description Qty. IN Qty. OUT Current Stock
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush