@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}

{{ Form::open(['url' => route('specialsettingsprotected'),"class"=>"form-horizontal", "method"=>"POST", "name" => "specialsettingsprotected", "id" => "specialsettingsprotected"]) }} {{ Form::close() }}
@endsection @section('pagescript') @stop