@extends('errors.layout')
@section('title', __('We will be back soon'))
@section('content')
● {{ __('Scheduled maintenance') }}
@if(!empty($row) && !empty($row->message))
{!! $row->message !!}
@else
{{ __('Sorry for the inconvenience. The site is currently in maintenance mode. Please check back in a moment.') }}
@endif
{{ __('Auto-refreshes every 60 seconds') }}
@endsection