{!! Form::label('',trans('messages.limit'),[]) !!}
@if (!isPremium())
{!! tooltip("The allowed upload limit is the same for all tenants.") !!}
@endif
{!! Form::label('',trans('messages.allowed_upload_file_type'),[]) !!}
@if (!isPremium())
{!! tooltip("The allowed file types is the same for all tenants.") !!}
@endif