{!!Form::open(array('method'=>'POST','autocomplete'=>'off','id'=>'form-nmeta','enctype'=>'multipart/form-data'))!!}
{{Form::token()}}
@if(Session::get('rol') <= 4)
@else
@endif
@if(Session::get('rol') == 2)
@endif
@if(Session::get('rol') <= 3)
@endif
@if(Session::get('rol') <= 4)
@endif
{!!Form::close()!!}