@extends('layouts.fixed') @section('title','Goods in History') @section('content')

Goods In History

{{--create/edit start --}}

Goods In History

{{-- {{ Form::open(['route'=>'goodsin.store','method'=>'post', 'class'=>'form-horizontal']) }} --}}
{{-- @include('inventory.goodsin.form-goodsin') --}}

{{ "Item Name here" }} Unit: {{"Item Unit Here"}}


@forelse($goodsin_products as $key => $goodsin_product) {{-- --}} @empty @endforelse
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
{{-- {{ $goodsin_products->links() }} --}}
{{--
{{ 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']) }}
--}}
{{-- {{ Form::close() }} --}}
{{--create/edit start --}}
@stop @section('style') @stop @section('plugin') @stop @section('script') @stop