@extends('layouts.app') @section('title', __('lang_v1.add_opening_stock')) @section('content') @lang('lang_v1.add_opening_stock') {!! Form::open(['url' => action([\App\Http\Controllers\OpeningStockController::class, 'save']), 'method' => 'post', 'id' => 'add_opening_stock_form' ]) !!} {!! Form::hidden('product_id', $product->id); !!} @include('opening_stock.form-part') @lang('messages.save') {!! Form::close() !!} Edit Serial Number Auto Generate Serial Numbers First Serial Number Quantity Generate Enter the first serial number and quantity to auto-generate sequential serial numbers. Manual Entry (Press Enter or comma to add) Added Serial Numbers: 0 @stop @section('javascript') @endsection