11 lines
258 B
PHP
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
|