@extends('themes.default1.admin.layout.admin') @section('Manage') active @stop @section('manage-bar') active @stop @section('url') class="active" @stop @section('HeadInclude') @stop @section('PageHeader')
{!! Form::radio('www','yes',$www['www'],['class'=>'option']) !!} WWW
{!! Form::radio('www','no',$www['nonwww'],['class'=>'option']) !!} Non WWW
{!! Form::radio('ssl','yes',$https['https'],['class'=>'option']) !!} HTTPS
{!! Form::radio('ssl','no',$https['http'],['class'=>'option']) !!} HTTP