@extends('adminlte::auth.auth-page', ['auth_type' => 'login']) @section('adminlte_css_pre') @stop {{-- Header text --}} @section('auth_header', ' Application Under Maintenance') @section('auth_body')

Our system is currently undergoing scheduled maintenance.

{{-- If artisan down has a custom message, show it --}} @if (!empty($exception) && $exception->getMessage())
{{ $exception->getMessage() }}
@else

Please check back later. We will be up and running soon.

@endif
@stop @section('auth_footer')

© {{ date('Y') }} {{ config('adminlte.title') }}. All rights reserved.

@stop