@extends('core/base::errors.master') @section('title', __('Maintenance mode')) @section('message')
{{ __('Sorry, we are doing some maintenance. Please check back soon.') }}
{!! BaseHelper::clean(__("If you are the administrator and you can't access your site after enabling maintenance mode, just need to delete file storage/framework/down to turn-off maintenance mode.")) !!} @stop