mooxphp/moox

View on GitHub
resources/views/demo/overview.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('layouts.guest')

@section('content')

            <p class="m-12 leading-6 text-center">
                Moox is currently under active development.<br>
                Our demo will be available shortly.<br>
                <br>
                Curiuos? Clone our <a href="https://github.com/mooxphp/moox">GitHub repository</a>
                and run the demo locally.<br>
            </p>

@stop