Fix route

This commit is contained in:
Marcus Moore 2025-03-04 16:04:28 -08:00
parent 77c978d29a
commit 1e4daf0348
No known key found for this signature in database

View file

@ -37,7 +37,7 @@
<form <form
method="POST" 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" accept-charset="UTF-8"
class="form-horizontal" class="form-horizontal"
id="custom-report-form" id="custom-report-form"