{!! Form::label('hostname', __('server/model.hostname'), array('class' => 'control-label')) !!}
{{ $server->hostname }} {!! (!$server->active) ? ' ' . __('general.inactive') . '' : '' !!}
{!! Form::label('ip_address', __('server/model.ip_address'), array('class' => 'control-label')) !!}
{{ $server->ip_address }}
{!! Form::label('type', __('server/model.type'), array('class' => 'control-label')) !!}
{{ $server->present()->type() }}
{!! Form::label('ns_record', __('server/model.ns_record'), array('class' => 'control-label')) !!}
{{ trans_choice('general.boolean', $server->ns_record) }}
{!! Form::label('push_updates', __('server/model.push_updates'), array('class' => 'control-label')) !!}
{{ trans_choice('general.boolean', $server->push_updates) }}