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