@extends('layouts.auth') @section('subheading')
@endsection @section('content') @csrf @if(session()->has('message'))
{{ session()->get('message') }}
@endif
 
 
 
 
{{ __('On December 6 and 7, the site will be closed for maintenance') }}
 
 
@endsection