@php $buttons = str_split('Graphictoria') @endphp @extends('layouts.app') @nofooter @section('title', 'Maintenance') @section('description', 'Graphictoria is currently under maintenance, check back later!') @section('theme', 'dark') @section('page-specific') @endsection @section('content')

Graphictoria is currently under maintenance.

Our cyborg team of highly trained code-monkes are working to make Graphictoria better. We'll be back soon!

@if(!$hideLogin)
@foreach($buttons as $index => $button) @endforeach
@endif
@endsection