@extends('packages/theme::errors.master') @section('title', __('503 Service Unavailable')) @section('content')
{{ __('Temporarily down for maintenance') }}
{{ __('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.")) !!}
@if ($email = get_admin_email()->first()){!! BaseHelper::clean(__('If you need help, contact us at :mail.', ['mail' => Html::mailto($email)])) !!}
@endif