Fix route

This commit is contained in:
Marcus Moore
2025-03-04 16:04:28 -08:00
parent 77c978d29a
commit 1e4daf0348

View File

@@ -37,7 +37,7 @@
<form
method="POST"
action="{{ request()->routeIs('report-templates.edit') ? route('report-templates.update', $template) : '/reports/custom' }}"
action="{{ request()->routeIs('report-templates.edit') ? route('report-templates.update', $template) : route('reports/custom') }}"
accept-charset="UTF-8"
class="form-horizontal"
id="custom-report-form"