@if($settings->maintenance_mode=="down")
{{trans('words.maintenance_mode_on')}}
@else
{{trans('words.maintenance_mode_off')}}
@endif
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.