{!! Form::label('title','Title') !!} {!! Form::text('title' , $attribute->title , ['class' => 'form-control','placeholder' => 'Title','required'=>'true']) !!}
{!! Form::label('name','Name') !!} {!! Form::text('name' , $attribute->name , ['class' => 'form-control','placeholder' => 'Name','required'=>'true']) !!}
@if($attribute->id > 0 and is_array($items) and count($items) > 0) @foreach($items as $item)
@endforeach @endif
@if($attribute->id > 0) @endif