@extends('admin.layouts.app') @section('title','Add Product') @section('breadcrumb') / Inventory / Add Product @endsection @section('content')
Product Details
@csrf
@error('product_name')
{{ $message }}
@enderror
@error('current_quantity')
{{ $message }}
@enderror
Cancel
Note

The opening stock quantity you enter here will be recorded as an "Opening Stock" transaction so it appears correctly in the stock history.

@endsection