@extends('layouts.app') @section('style') @endsection @section('content')

Create New Batch

@if(session('success')) @endif @if(session('error')) @endif @if ($errors->any()) @endif
@csrf
Product Information
@error('product_id')
{{ $message }}
@enderror
@error('supplier_id')
{{ $message }}
@enderror
Batch Identification
@error('batch_number')
{{ $message }}
@enderror Unique identifier for this batch
@error('lot_number')
{{ $message }}
@enderror Manufacturer's lot number
@error('serial_number')
{{ $message }}
@enderror Unique serial number (if applicable)
Dates Information
@error('manufacture_date')
{{ $message }}
@enderror Date when product was manufactured
@error('expiry_date')
{{ $message }}
@enderror Product expiry date (if applicable)
Stock Information
@error('initial_quantity')
{{ $message }}
@enderror Total quantity in this batch
@error('current_quantity')
{{ $message }}
@enderror Available quantity (defaults to initial)
@error('warehouse_location')
{{ $message }}
@enderror Storage location for this batch
Pricing Information
@error('batch_cost_price')
{{ $message }}
@enderror Cost price per unit for this batch
@error('batch_sale_price')
{{ $message }}
@enderror Sale price per unit for this batch
Quality Control
@error('quality_status')
{{ $message }}
@enderror
@error('quality_notes')
{{ $message }}
@enderror Any quality inspection notes
Additional Information
@error('notes')
{{ $message }}
@enderror
Cancel
@endsection @section('script') @endsection