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

Update Minimum Inventory Level

@if(Session::has('error'))
{{ Session::get('error') }}
@endif @if(Session::has('success'))
{{ Session::get('success') }}
@endif
Name Minimum Inventory Unit
{{get_product_name($product_id)}} @if(get_product_unit($product_id)==1){{'Litre'}}@elseif(get_product_unit($product_id)==2){{'ML'}}@elseif(get_product_unit($product_id)==3){{'Pcs.'}}@elseif(get_product_unit($product_id)==4){{'Gms.'}}@endif
@endsection