@extends('errors.layout') @section('title', __('We will be back soon')) @section('content')
● {{ __('Scheduled maintenance') }}

{{ __('We will be back soon') }}

@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
{{ __('Try again') }} @php $supportEmail = optional(\App\Genral::first())->email; @endphp @if($supportEmail) {{ __('Contact us') }} @endif
{{ __('Auto-refreshes every 60 seconds') }}
@endsection