mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
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.
This commit is contained in:
3
resources/views/email/appeal.blade.php
Normal file
3
resources/views/email/appeal.blade.php
Normal file
@ -0,0 +1,3 @@
|
||||
<div>
|
||||
A quick test to see if it works.
|
||||
</div>
|
11
resources/views/front/appeals.blade.php
Normal file
11
resources/views/front/appeals.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
@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
|
Reference in New Issue
Block a user