{!! Form::label('title','Title') !!}
{!! Form::text('title' , $resource->title , ['class' => 'form-control','placeholder' => 'Title','required'=>'true']) !!}
{!! Form::label('brand','Brand') !!}
{!! Form::text('brand' , $resource->brand , ['class' => 'form-control','placeholder' => 'Brand']) !!}
{!! Form::label('description','Description') !!}
{!! RTEForm::rte('description', $resource->description) !!}
@if($resource->id > 0)
@endif