{{--create/edit start --}}
{{--create/edit start --}}
{{ Form::open(['route'=>'goodsin.store','method'=>'post', 'class'=>'form-horizontal']) }}
{{-- @include('inventory.goodsin.form-goodsin')
--}}
{{ Form::close() }}
--}}
Stock Summary
| Name | Unit | Quantity | Rate | Value |
|---|---|---|---|---|
| {{ $product->name }} | {{ optional($product->unit)->name }} | {{ $qty }} | {{ number_format($rate,2) }} | {{ number_format($qty * $rate,2) }} |
| Total | {{ number_format($total,2) }} | |||