|
@@ -511,9 +511,9 @@
|
|
|
];
|
|
|
?>
|
|
|
<div moe relative class="px-2 border-left screen-only">
|
|
|
- <a href="#" start show>+ Module</a>
|
|
|
+ <a href="#" start show>+ Form</a>
|
|
|
<form url="#" right>
|
|
|
- <p class="font-weight-bold text-secondary">Additional Modules</p>
|
|
|
+ <p class="font-weight-bold text-secondary">Additional Forms</p>
|
|
|
@foreach($availableModules as $module)
|
|
|
@if(@$module['name'])
|
|
|
<a href="{{$module['href']}}"
|