@extends('layouts.app') @section('page-title', 'Submit - ' . config('app.name')) @section('content') {{ \Diglactic\Breadcrumbs\Breadcrumbs::render() }}
Submit content
Entries
@foreach($entryTypes as $type)
{{ $type['label'] }}
Submit
@endforeach
News
News article
Submit
Rules
1

One entry per submission. Do not bundle multiple hacks or versions in a single form.

2

You must be the author or have explicit permission from the original creator.

3

Patch files only. Never upload ROM files — attach an IPS, BPS or xdelta patch.

@endsection