{{--create/edit start --}}
{{--create/edit start --}}
Goods In History
{{-- {{ Form::open(['route'=>'goodsin.store','method'=>'post', 'class'=>'form-horizontal']) }} --}}
{{-- @include('inventory.goodsin.form-goodsin') --}}
{{-- {{ $goodsin_products->links() }} --}}
{{--
--}}
{{--
--}}
{{-- {{ Form::close() }} --}}
{{ "Item Name here" }} Unit: {{"Item Unit Here"}}
| SL | V. No | Date | V. Type | Client | Ref. No. | QTY | Rate | Value | Remarks | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{(($goodsin_products->currentPage() - 1) * $goodsin_products->perPage() + $key+1)}} | --}}{{ $key + 1 }} | {{ "Goods In" }} | {{ $goodsin_product->created_at }} | {{ "Purchase" }} | {{ optional($goodsin_product->supplier)->name }} | {{'Invoice_no: ' . optional(optional($goodsin_product->purchase)->requisition)->invoice_no }} | {{ $goodsin_product->qty }} | {{ number_format($goodsin_product->price,2) }} | {{ number_format($goodsin_product->qty * $goodsin_product->price,2) }} | {{ $goodsin_product->remarks }} |
| No Product Information Found | ||||||||||
{{ Form::label('','Goods in Note : ') }}
{{ Form::textarea('note',null,['class'=>'form-control','placeholder'=>'Ex. Goods in Note ','rows'=>5,'cols'=>5 ]) }}
{{ Form::submit('Save Goods In',['class'=>'form-control btn btn-info']) }}