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

Manage Goods In

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

Add Inventory Goods In

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

{{----}} {{----}}
SL ItemDepartmentGroup Required Qty Receivable Qty Receive Qty Serial No PriceBalance QTYM. Units 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']) }}
{{ Form::close() }}
{{--create/edit start --}}
@stop @section('style') @stop @section('plugin') @stop @section('script') @stop