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

Manage Goods In

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

Add Inventory Goods In

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

@foreach ($goods as $good) @endforeach
SL groupid group name
{{--
{{ 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