@extends('layouts.app') @section('content')
    @foreach($categories as $node) {!!$helper->renderNode($node)!!} @endforeach
{!! Form::open(array('url'=>'categories/updateattr', 'class'=>'form-horizontal attrForm','parsley-validate'=>'','novalidate'=>' ', 'style'=>'display:none;')) !!} {!! Form::hidden('id','') !!} @foreach($attributes as $attribute) {!! $helper->eavQuentAttributeForm($attribute->type, $attribute->label, $attribute->name) !!} @endforeach
{!! Form::close() !!}
@stop