@extends('themes.default1.admin.layout.admin') @section('Settings') class="active" @stop @section('settings-bar') active @stop @section('access') class="active" @stop @section('HeadInclude') @stop @section('PageHeader') @stop @section('breadcrumbs')
@stop @section('content') {!! Form::open(['url' => 'url/settings', 'method' => 'PATCH']) !!}{!! 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