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