1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00
thebadspace/resources/views/front/appeals.blade.php

11 lines
258 B
PHP
Raw Normal View History

@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