{{-- Maybe this condition for checkin expiry date need to be removed --}}
@if(!empty($product->expiry_period_type))
@if(session('business.expiry_type') == 'add_manufacturing')
@php
$hide_mfg = false;
@endphp
@else
@php
$hide_mfg = true;
@endphp
@endif
@lang('product.mfg_date'):
@endif
Notice: Undefined variable: row_count in /home/edomesoft/public_html/pos/umpos/resources/views/purchase/partials/purchase_entry_row.blade.php on line 114