@extends('layouts.master') @section('content')
 
@foreach($inventory_info as $val) @endforeach
# Pemilik Jumlah
{{ ++$i }} {{ $val->owner }} {{ number_format($val->jumlah,0,",",".") }}
 
@endsection