Packaging Records
{!! Form::text('packing', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('packing', '

:message

') !!}
{!! Form::text('kgs', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('kgs', '

:message

') !!}
{!! Form::text('price', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('price', '

:message

') !!}
{!! Form::select('status', ['Inactive', 'Active'], null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('status', '

:message

') !!}
{!! Form::submit(isset($submitButtonText) ? $submitButtonText : 'Create', ['class' => 'btn green']) !!}