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:
@ -75,6 +75,13 @@ class FrontIndexController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
public function appeals()
|
||||
{
|
||||
return view('front.appeals', [
|
||||
'title' => "LOCATION APPEALS",
|
||||
]);
|
||||
}
|
||||
|
||||
public function location(string $uuid = "1")
|
||||
{
|
||||
$location = Location::where("uuid", $uuid)->first();
|
||||
|
Reference in New Issue
Block a user