thebadspace/resources/views/front/appeals.blade.php
ro c763d749c9 Messaging infrastructure
Put together a quick test to get internal messaging working for appeals
and joining current sources requests. Now that it works, forms that will
leverage messaging will be created.
2024-02-02 12:16:11 -06:00

11 lines
258 B
PHP

@extends('frame')
@section('title', 'The Bad Space|Exports')
@section('main-content')
@parent
<section>
<article>
<h2>Appeal Process</h2>
<a href="/appeal">Send Appeal Request</a>
</article>
</section>
@endsection