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

Batch Details

{{-- --}}
Batch Number: {{$batch->batch_number}}
Stock Quantity {{$batch->quantity}}
Weight {{$batch->weight}} {{ $batch->weight_unit }}
Balance Quantity {{$batch->balance_quantity}}
Product MRP (per unit) {{$batch->product_mrp}}
Margin Ratio (%) {{$batch->margin_ratio}}
Product Base Rate {{$batch->base_rate}}
Enabled {{$batch->enabled}}
Created On {{date('d-M-Y H:i:s',strtotime($batch->created_at))}}
Product Details
Name SKU Variation Name Variation Value
{{$batch->product->product->name}} {{$batch->product->sku}} {{$batch->product->variation_name}} {{$batch->product->variation_value}}
Product Images

Warning: Undefined variable $batch in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/stock/show.blade.php on line 131

Warning: Attempt to read property "product" on null in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/stock/show.blade.php on line 131

Warning: Attempt to read property "images" on null in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/stock/show.blade.php on line 131

Warning: foreach() argument must be of type array|object, null given in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/stock/show.blade.php on line 131
@endsection