@extends('layouts.app') @section('title') Inventory Release @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')Code | Item | Release Quantity |
---|---|---|
{{$item->item_code}} | {{$item->item_name}} - {{$item->manufacture->name}} Non Critical | {{$current_release}} |
Total Item: {{number_format($count, 2)}}
Total Item Quantity: {{number_format($quantity, 2)}}