{!! 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) !!}
{!! Form::label('document','Document') !!}
@if($resource->media_id > 0)
Document @endif
@if($resource->id > 0) @endif