Only show template name input on default screen

This commit is contained in:
Marcus Moore 2023-12-20 14:12:42 -08:00
parent 26cc4497eb
commit cf5c78029c
No known key found for this signature in database

View file

@ -447,6 +447,8 @@
</script>
@endpush
</div>
@endif
@if (request()->routeIs('reports/custom'))
<div class="form-group">
<form method="post" id="savetemplateform" action="{{ route("report-templates.store") }}">
@csrf