@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => array('admin/site_maintenance'),'class'=>'form-horizontal','name'=>'settings_form','id'=>'settings_form','role'=>'form','enctype' => 'multipart/form-data')) !!}


After placing the site in maintenance mode, you may navigate to the site URL matching this secret token and script will issue a maintenance mode bypass cookie to your browser.

To get access to your site when it's maintenance mode please copy this link to access: {{ URL::to('/'.$settings->maintenance_secret) }}

Once the cookie has been issued to your browser, you will be able to browse the application normally as if it was not in maintenance mode.
{!! Form::close() !!}
@include("admin.copyright")
@endsection