@extends('layouts.app') @section('title') Item In/Out Report @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')Item Name | Current Quantity | Item In | Item Out |
---|---|---|---|
{{$i->item_code}} - {{$i->item_name}} | {{number_format($remaining[$i->id])}} | {{number_format($in[$i->id])}} | {{number_format($out[$i->id])}} |
Total | {{number_format($remT)}} | {{number_format($inT)}} | {{number_format($outT)}} |