@php PageTitle::setTitle(__('503 Service Unavailable')); @endphp @extends('core/base::errors.master') @section('content')
503

{{ __('Temporarily down for maintenance') }}

{!! 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.", ), ) !!}

@endsection