@php
$noFooter = true;
$buttons = str_split('Graphictoria')
@endphp
@extends('layouts.app')
@section('title', 'Maintenance')
@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